export interface ApprovalBody { isApproved: boolean; keterangan: string; }