import { GetAllAssetsArgs } from './getAllAssetsArgs'; export interface GetAssetsByIssuerArgs extends GetAllAssetsArgs { accountId: string; }