Skip to content

EncodedAsset

ts
type EncodedAsset: ProbedAsset & object;

Asset with all the applicable encoded/generated content available on local file system.

Type declaration

content

ts
content: EncodedContent;

Source content of the asset.

Source

server/asset.ts:99 ↗