osu-api-extended
Version:
Advanced osu! api wrapper for v1 and v2, with extra stuff
16 lines (15 loc) • 416 B
TypeScript
export declare const description: any;
export interface types {
(obj: {
id?: number;
user?: string | number;
mode?: 'osu' | 'fruits' | 'mania' | 'taiko';
score_id?: number;
mods?: string | number;
type?: 'u' | 'id';
}, dest: string, file: string): Promise<string>;
}
export interface response {
}
declare const name: types;
export default name;