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