UNPKG
naruyaizumi
Version:
latest (26.1.1)
26.1.1
26.1.0
26.0.22
26.0.21
26.0.20
26.0.19
26.0.18
26.0.17
26.0.16
26.0.15
26.0.14
26.0.13
26.0.12
26.0.11
26.0.10
26.0.9
26.0.8
26.0.4
26.0.3
26.0.2
26.0.1
26.0.0
25.9.1
25.9.0
25.8.1
25.7.9
25.7.8
25.7.7
25.7.5
25.5.7
25.5.5
baileys whatsapp-api
github.com/naruyaizumi/baileys
naruyaizumi
/
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
> }>