UNPKG

@renvyteam/baileys

Version:

WhatsApp API For Interact In WhatsApp

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