UNPKG

osu-api-extended

Version:

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

18 lines (17 loc) 487 B
import { IDefaultParams } from "../../types"; type params = ({ type: 'mark_as_read'; identities?: { category?: string; object_id?: string; object_type?: string; }[]; notifications?: { category?: string; id?: number; object_id?: string; object_type?: string; }[]; }); export declare const notifications_actions: <T extends params>(params: T, addons?: IDefaultParams) => Promise<any>; export {};