MCPcopy
hub / github.com/refined-github/refined-github / FeatureMeta

Interface FeatureMeta

source/globals.d.ts:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19type FeatureId = string & {feature: true};
20interface FeatureMeta {
21 id: FeatureId;
22 description: string;
23 screenshot: string | null; // eslint-disable-line @typescript-eslint/no-restricted-types -- We use `null` in the JSON file
24 css?: true;
25 cssOnly?: true;
26}
27
28// These types are unnecessarily loose
29// https://dom.spec.whatwg.org/#dom-node-textcontent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected