UNPKG

@hapic/oauth2

Version:

A oauth2 api client based on axios.

7 lines (6 loc) 198 B
import type { Client, RequestBaseOptions } from 'hapic'; import type { Options } from '../config'; export type BaseAPIContext = { client?: Client | RequestBaseOptions; options?: Options; };