UNPKG

osu-api-extended

Version:

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

11 lines (10 loc) 219 B
export interface WikiDetailsResponse { available_locales: string[]; layout: string; locale: string; markdown: string; path: string; subtitle: any; tags: any[]; title: string; }