toolmark-monorepo / @toolmark/lint / ManifestFile
Interface: ManifestFile
Defined in: packages/lint/src/types.ts:23
One page's tool manifest, as read from a --manifest file or collected via --url.
Properties
page
page:
string
Defined in: packages/lint/src/types.ts:25
The page's identity: the collected URL, the file's declared page, or its basename.
tools
tools:
ToolManifest[]
Defined in: packages/lint/src/types.ts:27
The page's tools, in full-manifest detail.