UNPKG

@fizzxydev/baileys-pro

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