UNPKG

modrinth

Version:

JavaScript library for accessing the Modrinth API

12 lines (11 loc) 222 B
export interface UserSource { id: string; github_id: number; username: string; name: null | string; email: null; avatar_url: string; bio: null | string; created: string; role: string; }