UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

11 lines (10 loc) 228 B
import { GetAllAssetsArgs } from './getAllAssetsArgs'; /** * The argument object for {@link AssetApi.getAssetsByName} * * * @category args */ export interface GetAssetsByNameArgs extends GetAllAssetsArgs { name: string; }