export interface GetClientBankAccountsRequest {
  page?: string
  page_size?: string
}
