@amicaldo/strapi-google-maps
Version:
A Google Maps custom field for Strapi, allowing you to pick a location.
7 lines (6 loc) • 362 B
TypeScript
import { AxiosInstance, AxiosResponse } from 'axios';
import { Config } from '../../../server/src/interface';
declare const useAxios: (token: string) => AxiosInstance;
export default useAxios;
export declare const getConfig: (token: string) => Promise<AxiosResponse>;
export declare const updateConfig: (token: string, config: Config) => Promise<AxiosResponse>;