UNPKG

recall_sdk

Version:

Node js sdk for the recall ai api

7 lines (6 loc) 219 B
interface RecallError { error: any; status: number; } declare const recallRequestTryCatchWrapper: <T>(func: () => Promise<any>) => Promise<T | RecallError>; export { recallRequestTryCatchWrapper, RecallError };