MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / Answer

Interface Answer

api/src/utils/exam-types.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Answer {
2 id: string;
3 answer: string;
4}
5
6// types for a generated exam
7interface GeneratedQuestion {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected