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

Interface ChapterDisplay

src/interface/chapter.ts:1–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ChapterDisplay {
2 name: string;
3 icons: string;
4 banner: string;
5 region: string;
6 displayValue: string;
7 country: string[];
8 code: string;
9 hello: string;
10 nationality: string;
11 people?: Array<{
12 name: string;
13 pfp: string;
14 role?: string;
15 }>;
16 slug: string;
17 link: string;
18}
19
20export interface ChapterRegionData {
21 id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected