UNPKG

@beefree.io/sdk

Version:
4 lines (3 loc) 339 B
import { IFetchTemplate, IFetchTokenPayload } from '../types/api'; export declare const fetchToken: ({ authUrl, clientId, clientSecret, uid }: IFetchTokenPayload) => Promise<import("axios").AxiosResponse<any, any>>; export declare const fetchTemplate: ({ templateUrl }: IFetchTemplate) => Promise<import("axios").AxiosResponse<any, any>>;