MCPcopy Index your code
hub / github.com/figma/plugin-samples / TriviaParameters

Interface TriviaParameters

trivia/code.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 data: string;
4}
5interface TriviaParameters {
6 number?: number;
7 category?: number;
8 difficulty?: string;
9 type?: string;
10}
11
12interface TriviaResponse {
13 responseCode: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected