Searched defs:AssetMetadata (Results 1 – 2 of 2) sorted by relevance
2 export type AssetMetadata = Pick<PackagerAsset, 'httpServerLocation' | 'name' | 'hash' | 'type' | '… alias
11 export type AssetMetadata = Pick< alias