Interface AssetInfo

interface AssetInfo {
    id: string;
    provider: string;
}

Properties

Properties

id: string
provider: string