UNPKG
neroxbailx
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
baileys whatsapp-api
npmjs.com/package/neroxkira
neroxbailx
/
lib
/
Utils
/
use-mongo-file-auth-state.d.ts
5 lines
•
189 B
TypeScript
View Raw
1
2
3
4
5
import
{
AuthenticationState
}
from
'../Types'
export
declare
const
useMongoFileAuthState
:
(
collection
:
string
) =>
Promise
<{
state
:
AuthenticationState
saveCreds
:
() =>
Promise
<
void
> }>