UNPKG

trace.moe.ts

Version:

An API wrapper for https://trace.moe with typings

8 lines (7 loc) 137 B
export interface MeResponse { id: string; priority: number; concurrency: number; quota: number; quotaUsed: number; }