MCPcopy
hub / github.com/figma/plugin-samples / TriviaResult

Interface TriviaResult

trivia/code.ts:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 results: TriviaResult[];
15}
16interface TriviaResult {
17 category: string;
18 type: string;
19 difficulty: string;
20 question: string;
21 correctAnswer: string;
22 incorrectAnswers: string[];
23}
24
25const types = [
26 { name: "multiple choice", data: "multiple" },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected