UNPKG

@renvyteam/baileys

Version:

WhatsApp API For Interact In WhatsApp

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