fortnite-replay-info
Version:
Official Replay Info API JS Wrapper
21 lines (20 loc) • 442 B
TypeScript
export interface Tournaments {
tournaments: {
playerStats: {
kills: number;
points: number;
wins: number;
matches: number;
};
tournamentData: {
eventId: string;
windowId: string;
};
}[];
accountInfo: {
id: string;
displayName: string;
links: {};
externalAuths: {};
};
}