UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

6 lines (5 loc) 112 B
export interface GetTokenResponse { access_token: string; token_type: string; expires_in: number; }