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

Interface EditorInstallOptions

apps/web/tinte-cli.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13interface EditorInstallOptions {
14 autoClose?: boolean;
15 variant?: "light" | "dark";
16 timeout?: number;
17 editor?: "code" | "cursor";
18}
19
20class TinteCLI {
21 private readonly NETLIFY_ENDPOINT =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected