FetchedAsset
ts
type FetchedAsset = ResolvedAsset & object;Defined in: server/asset.ts:61
Asset with all the applicable source content files available on the local file system.
Type Declaration
content
ts
content: FetchedContent;Source content of the asset.
dirty?
ts
optional dirty: boolean;Whether any of the source content files were modified since last build.