MCPcopy Create free account
hub / github.com/SuperteamDAO/earn / ChapterRegionData

Interface ChapterRegionData

src/interface/chapter.ts:20–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface ChapterRegionData {
21 id?: string;
22 name: string;
23 region: string;
24 displayValue: string;
25 slug: string;
26 code: string;
27 country: string[];
28 icons?: string | null;
29 banner?: string | null;
30 link?: string | null;
31 hello?: string | null;
32 nationality?: string | null;
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected