UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 303 B
import { LocaleType } from "../../interfaces/types"; export declare const getApiPath: (path: string, params?: { [key: string]: string | number; }, locale?: LocaleType) => string; export declare const callApi: (url: string, method: RequestInit['method'], options?: RequestInit) => Promise<any>;