MCPcopy Create free account
hub / github.com/StackExchange/Survey / QuestionDoc

Interface QuestionDoc

packages/survey/scripts/validate.ts:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const questionsDir = path.join(repoRoot, 'questions')
17
18interface QuestionDoc {
19 question?: { id?: string }
20}
21
22let errors = 0
23// Match `<category>/<id>.yaml` only — leaves the top-level survey.yaml and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected