statistic_tracker
Version:
A Statistic Tracker for Apex Legends, Cs:Go, Fortnite and Overwatch
20 lines (19 loc) • 523 B
TypeScript
declare const _default: {
fortnite: ([platform, user]: string[], apiKey: string) => {
data: null;
error: null;
};
apex: ([platform, name]: string[], apiKey: string) => {
data: null;
error: null;
};
csgo: ([platform, platformUserIdentifier]: string[], apiKey: string) => {
data: null;
error: null;
};
overwatch: ([platform, region, battletag]: string[]) => {
data: null;
error: null;
};
};
export = _default;