UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

11 lines (10 loc) 278 B
import { Method } from 'axios'; export declare type Proxy = { url: string; method: Method; headers?: Record<string, string>; query?: Record<string, string>; body?: Record<string, unknown>; allowedMethods?: Method[]; statusCode?: number; };