hrms-mgt/src/modules/04_registryNew/interface/request/ProfesLicense.ts

10 lines
212 B
TypeScript

interface RequestItemsObject {
certificateType: string;
issuer: string;
certificateNo: string;
issueDate: Date;
expireDate: Date;
profileId: string;
}
export type { RequestItemsObject };