MCPcopy Create free account
hub / github.com/Railly/tinte / EditorInstallOptions

Interface EditorInstallOptions

packages/cli/src/types.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 light: TinteBlock;
5 dark: TinteBlock;
6}
7
8export interface EditorInstallOptions {
9 autoClose?: boolean;
10 variant?: "light" | "dark";
11 timeout?: number;
12 editor?: "code" | "cursor" | "zed";
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected