UNPKG

osu-api-extended

Version:

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

18 lines (17 loc) 321 B
export interface UsersKudosuResponse { id: number; action: string; amount: number; model: string; created_at: string; giver: any; post: Post; details: Details; } export interface Post { url: string; title: string; } export interface Details { event: string; }