export interface RequestCreditFieldsUpdate { status?: string; customerRemarks?: string; comments?: string; $unset?: string[]; }