export interface R6StatsAPIConfiguration {
  apiKey: string
  userAgent?: string
  baseUrl?: string
}
