ResolvedAsset
ts
type ResolvedAsset: CapturedAsset & object;
Asset with resolved source content locations and specs.
Type declaration
content
ts
content: ResolvedContent;
Source content of the asset.
spec
ts
spec: AssetSpec;
Optional user-defined asset specifications resolved (parsed) from captured syntax.