Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/figma/plugin-samples
/ TriviaResponse
Interface
TriviaResponse
trivia/code.ts:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
interface
TriviaResponse {
13
responseCode: number;
14
results: TriviaResult[];
15
}
16
interface
TriviaResult {
17
category: string;
18
type
: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected