UNPKG

wildlink-js-client

Version:

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

3 lines (2 loc) 128 B
import { Response } from '../types/response'; export declare const ApplicationErrorResponse: (body: string) => Response<false>;