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.