export interface GetWhitelistedAddressesRequest {
  account_id: number
  search?: string
  user_id?: string
}