UNPKG

@adaas/virtul-api

Version:

The library to templitify API requests and work with async tasks.

6 lines (5 loc) 226 B
import { IVAPIExecutionErrorParams } from "./execution.types"; export declare const DEFAULT_EXECUTION_ERRORS: { METHOD_NOT_IMPLEMENTED: IVAPIExecutionErrorParams; DEFAULT_EXECUTION_ERROR: IVAPIExecutionErrorParams; };