export interface DeleteClientBankAccountRequest {
  bankAccountId: string
  user_id?: string
}
