UNPKG

osu-api-extended

Version:

Advanced osu! api wrapper cover all V2 and V1 endpoints, and provide useful tools

10 lines (9 loc) 208 B
import { IError } from ".."; export type BeatmapsDownloadResponse = { status: string; destination?: string; /** * Time in milliseconds */ elapsed_time?: number; } & IError;