IOutput: {
    getAvailableReports: {
        deadline: string;
        lastGeneratedAt?: unknown;
        missingFields: string[];
        name: string;
        nextDeadlineDate?: unknown;
        period: string;
        readyToGenerate: boolean;
        type: ReportType;
    }[];
}

Type declaration

  • getAvailableReports: {
        deadline: string;
        lastGeneratedAt?: unknown;
        missingFields: string[];
        name: string;
        nextDeadlineDate?: unknown;
        period: string;
        readyToGenerate: boolean;
        type: ReportType;
    }[]

    Получить список доступных типов отчётов

    Требуемые роли: chairman.