UNPKG

1.11 kBTypeScriptView Raw
1export declare const oldschool: {};
2export declare const runescape: {
3 bestiary: {
4 endpoints: {
5 beast: string;
6 beastTerm: string;
7 beastLetter: string;
8 areas: string;
9 beastArea: string;
10 beastSlayer: string;
11 beastWeakness: string;
12 beastLevel: string;
13 slayerCategories: string;
14 weaknesses: string;
15 };
16 };
17 grandexchange: {
18 endpoints: {
19 category: string;
20 categoryPrices: string;
21 item: string;
22 itemGraph: string;
23 };
24 categories: string[];
25 };
26 hiscores: {
27 endpoints: {
28 normal: string;
29 ironman: string;
30 hardcore: string;
31 clan: string;
32 };
33 activities: string[];
34 skills: string[];
35 };
36 runemetrics: {
37 endpoints: {
38 profile: string;
39 monthlyXp: string;
40 quests: string;
41 };
42 };
43 other: {
44 totalUsers: string;
45 };
46};
47//# sourceMappingURL=configs.d.ts.map
\No newline at end of file