Home > @uniformdev/mesh-sdk > AssetLibraryLocationMetadata
AssetLibraryLocationMetadata type
Signature:
type AssetLibraryLocationMetadata<TIntegrationConfiguration = unknown> = CommonMetadata<{
sourceId: string;
}, TIntegrationConfiguration>;
References: CommonMetadata