UNPKG

recall_sdk

Version:

Node js sdk for the recall ai api

11 lines (10 loc) 251 B
import { Google } from './meets'; export declare class Auth { private static instance; google: Google; private constructor(); static getInstance({ apiKey, loginUrl }: { apiKey: string; loginUrl: string; }): Auth; }