UNPKG

@snail-js/api

Version:

Http Request with Decorators Api, build on axios

11 lines (10 loc) 232 B
import { SnailServer } from "../core"; export interface ApiOptions { name?: string; timeout?: number; version?: string; } export interface ApiInstanceOptions { serverInstance: SnailServer; enableLog?: boolean; }