UNPKG

@etherspot/data-utils

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