UNPKG

osu-api-extended

Version:

Advanced osu! api wrapper for v1 and v2, with extra stuff

6 lines (5 loc) 209 B
import { IError } from "../types"; import { CountryResponse } from "../types/tools"; type Response = CountryResponse & IError; export declare const country_details: (name: string) => Response; export {};