interface RequestItemsObject { profileId?: string; profileEmployeeId?: string; detail: string; issueDate: Date | null; issuer: string; refCommandDate: Date | null; refCommandNo: string; isDate: boolean | string; } export type { RequestItemsObject };