Home > @uniformdev/mesh-sdk > AssetParameterLocationMetadata
AssetParameterLocationMetadata type
Signature:
type AssetParameterLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
sourceId: string;
dataResourceData?: unknown;
maxAssets?: number;
allowedAssetTypes?: AssetDefinitionType[];
}, TIntegrationConfiguration>;
References: CommonMetadata