UNPKG

@etherspot/data-utils

Version:
9 lines (6 loc) 210 B
import { PaginationDto } from './pagination.dto.mjs'; declare class GetExchangeSupportedAssetsDto extends PaginationDto { chainId: number; account: string; } export { GetExchangeSupportedAssetsDto };