2023-03-22 14:04:51 +01:00

7 lines
421 B
TypeScript

export declare type ECivility = "MALE" | "FEMALE" | "OTHERS";
export declare type EFolderStatus = "LIVE" | "ARCHIVED";
export declare type EOfficeStatus = "ACTIVATED" | "DESACTIVATED";
export declare type ENotificationStatus = "READ" | "UNREAD";
export declare type ECustomerStatus = "VALIDATED" | "PENDING" | "ERRONED";
export declare type EDocumentStatus = "ASKED" | "DEPOSITED" | "VALIDATED" | "ANCHORED" | "REFUSED";