IOutput: {
    checkReportReadiness: {
        missingFields: {
            key: string;
            label: string;
            reason: string;
            source: RequisiteSource;
        }[];
        ready: boolean;
        reportType: ReportType;
    };
}

Type declaration

  • checkReportReadiness: {
        missingFields: {
            key: string;
            label: string;
            reason: string;
            source: RequisiteSource;
        }[];
        ready: boolean;
        reportType: ReportType;
    }

    Проверить готовность реквизитов для генерации конкретной формы

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

    • missingFields: {
          key: string;
          label: string;
          reason: string;
          source: RequisiteSource;
      }[]
    • ready: boolean
    • reportType: ReportType