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

Interface Category

trivia/code.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Category {
2 name: string;
3 data: string;
4}
5interface TriviaParameters {
6 number?: number;
7 category?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected