UNPKG

osu-api-extended

Version:

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

4 lines (3 loc) 251 B
import { IDefaultParams, IError } from "../../types"; import { chatChannelsListResponse } from "../../types/v2/chat_channels_list"; export declare const chat_channels_list: (addons?: IDefaultParams) => Promise<chatChannelsListResponse[] & IError>;