UNPKG
neroxbails
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
3.0.8
3.0.7
3.0.6
3.0.5
3.0.3
3.0.2
3.0.1
3.0.0
baileys whatsapp-api
npmjs.com/package/neroxkira
neroxbails
/
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
> }>