MCPcopy
hub / github.com/vikiboss/60s / JavaScriptQuestion

Interface JavaScriptQuestion

src/modules/awesome-js/awesome-js.module.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { RouterMiddleware } from '@oak/oak'
5
6interface JavaScriptQuestion {
7 id: number
8 question: string
9 code?: string
10 options: string[]
11 answer: string
12 explanation: string
13}
14
15class ServiceAwesomeJs {
16 handle(): RouterMiddleware<'/awesome-js'> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected