MCPcopy Index your code
hub / github.com/coderoad/coderoad-vscode / Progress

Interface Progress

typings/index.d.ts:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26export type ProgressStatus = 'ACTIVE' | 'COMPLETE' | 'INCOMPLETE' | 'FAIL'
27
28export interface Progress {
29 levels: {
30 [levelId: string]: boolean
31 }
32 steps: {
33 [stepId: string]: boolean
34 }
35 complete: boolean
36}
37
38export interface StepProgress {
39 [stepId: string]: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected