export interface MeResponse { username: string auths: string[] tokens?: string[] prefix?: string } export interface MapInfoAdmin { ID: number Name: string Hidden: boolean Priority: boolean } export interface SettingsResponse { prefix: string defaultHide: boolean title: string } export interface ConfigResponse { title?: string auths?: string[] } export interface MapInfo { ID: number Name: string size?: number }