EncodedAsset
ts
type EncodedAsset = ProbedAsset & object;Defined in: server/asset.ts:99
Asset with all the applicable encoded/generated content available on local file system.
Type Declaration
content
ts
content: EncodedContent;Source content of the asset.