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