ResolvedAsset
ts
type ResolvedAsset = CapturedAsset & object;
Defined in: server/asset.ts:23
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.