UNPKG

naruyaizumi

Version:

baileys whatsapp-api

5 lines 189 B
import { AuthenticationState } from '../Types' export declare const useMongoFileAuthState: (collection: string) => Promise<{ state: AuthenticationState saveCreds: () => Promise<void> }>