IOutput: { getReport: { createdAt?: unknown; errors: string[]; fileName: string; id?: null | string; isValid: boolean; period?: null | number; reportType: ReportType; xml: string; year: number; }; } Type declaration
getReport: {
createdAt?: unknown;
errors: string[];
fileName: string;
id?: null | string;
isValid: boolean;
period?: null | number;
reportType: ReportType;
xml: string;
year: number;
}
Optional createdAt?: unknown
errors: string[]
fileName: string
Optional id?: null | string
isValid: boolean
Optional period?: null | number
xml: string
year: number
Получить сгенерированный отчёт по UUID — XML возвращается дословно
Требуемые роли: chairman.