import { AxiosRequestConfig } from "axios"; export interface R6TabAPIConfig extends AxiosRequestConfig { apiKey?: string; }