interface QueryAssetMetadataResponse {
    metadata?: AssetMetadata;
}

Properties

Properties

metadata?: AssetMetadata