export interface ApprovalApproveDTO { isApproved?: boolean; id: string; notes?: string; duration: number; }