UNPKG

@bolttech/server-side-next

Version:

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

6 lines (5 loc) 227 B
import { Method } from 'axios'; import { TokenSetType } from '../auth'; export interface GatewayServiceInterface { sendRequest(method: Method, uri: string, data?: unknown, tokenSet?: TokenSetType): Promise<unknown>; }