MCPcopy Index your code
hub / github.com/pomber/code-surfer / InputStep

Interface InputStep

packs/standalone/src/types.d.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare module "code-surfer-types" {
8 export interface InputStep {
9 code: string;
10 focus?: string;
11 title?: string;
12 subtitle?: string;
13 lang?: string;
14 showNumbers?: boolean;
15 }
16
17 type LineKey = Flavor<number, "LineKey">;
18 type LineIndex = Flavor<number, "LineIndex">;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected