import { EntitySortOptions, WalletSearchableFields, WalletSortableFields } from "../../../types/src"; import { BaseListParams } from '../common/types/list-params'; export type WalletListParams = BaseListParams & WalletSearchableFields & EntitySortOptions;