UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 277 B
import { ApiOptions } from "../../together/api/utils"; export declare const getLeadPath: (path: string, params?: { [key: string]: string | number; }) => string; export declare const callApiWithLead: (url: string, method: string, options?: ApiOptions) => Promise<any>;