export interface RequestCustomerFieldsUpdate { onboard?: boolean; status?: boolean; parent?: string; segment?: string; $unset?: string[]; }