UNPKG

@fizzxydev/baileys-pro

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