ProbedAsset
ts
type ProbedAsset = FetchedAsset & object;
Defined in: server/asset.ts:75
Asset with identified source content.
Type declaration
content
ts
content: ProbedContent;
Source content of the asset.