FetchedContent
ts
type FetchedContent = ResolvedContent & object;
Defined in: server/asset.ts:69
Fetched source content of an asset.
Type declaration
local
ts
local: string;
Full path to the asset's source content file on local file system.