UNPKG

trace.moe.ts

Version:

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

7 lines (6 loc) 136 B
import { Result } from "./Result"; export interface SearchResponse { frameCount: number; error: string; result: Result[]; }