UNPKG

wildlink-js-client

Version:

A simple JavaScript client library for the Wildlink API (DEPRECATED)

6 lines (5 loc) 87 B
export interface Response<T> { status?: number; result: T; body: string; }