UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

6 lines (5 loc) 179 B
import type { AxiosInstance } from 'axios'; export declare const _cache: { axiosInstance: AxiosInstance | null; }; export declare function getAxios(): Promise<AxiosInstance>;