Home > @theweave/api > AssetStoreContent
AssetStoreContent type
Signature:
typescript
export type AssetStoreContent = {
linkedTo: WalRelationAndTags[];
linkedFrom: WalRelationAndTags[];
tags: string[];
};
References: WalRelationAndTags