UNPKG

@cobuildlab/fcp-shared

Version:

Shared type definitions and utils for FCP modules

15 lines 570 B
export declare enum DriverDocumentType { All = "ALL", CommercialDriverLicense = "COMMERCIAL_DRIVER_LICENSE", EmploymentApplication = "EMPLOYMENT_APPLICATION", MvrReport = "MVR_REPORT", MedicalCertificate = "MEDICAL_CERTIFICATE", MedicalExaminerVerificationNote = "MEDICAL_EXAMINER_VERIFICATION_NOTE" } export type DriverDocumentTypeValues = `${DriverDocumentType}`; export declare const DRIVER_DOCUMENT_TYPES: { name: string; value: DriverDocumentType; }[]; export * from './commercial-driver-license'; //# sourceMappingURL=index.d.ts.map