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.