MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / EpicGame

Interface EpicGame

epic/epic.ts:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 title: string;
29 description: string;
30 originalPrice: string;
31 startDate: string;
32 endDate: string;
33 url: string;
34 imageUrl: string;
35}
36
37// 解析限免游戏数据
38function parseFreeGames(data: any): { current: EpicGame[]; upcoming: EpicGame[] } {
39 const current: EpicGame[] = [];
40 const upcoming: EpicGame[] = [];
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected