UNPKG

recall_sdk

Version:

Node js sdk for the recall ai api

8 lines (7 loc) 189 B
import { AxiosInstance } from 'axios'; export declare class RecallAxios { private static instance; static getInstance({ apiKey }: { apiKey: string; }): AxiosInstance; }