import { PlaylistStats } from '../classes'; export type RankedStats = { duel: PlaylistStats; double: PlaylistStats; standard: PlaylistStats; };