interface IInput {
    editsJson: string;
    reportType: ReportType;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

editsJson: string
reportType: ReportType