UNPKG

airalo-sdk-type

Version:

UNOFFICIAL AIRALO API INTEGRATION FOR JAVASCRIPT/TYPESCRIPT

18 lines (17 loc) 445 B
import { ApiResult } from "../utils/helpers"; export declare const TOKEN: (auth: { client_id: string; client_secret: string; }) => Promise<ApiResult<{ access_token: string; }>>; export declare const getToken: () => Promise<string>; declare const _default: { TOKEN: (auth: { client_id: string; client_secret: string; }) => Promise<ApiResult<{ access_token: string; }>>; }; export default _default;