UNPKG
secret-company-ltd
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
WhatsApp api Modification
github.com/SecretCompany777/station
SecretCompany777/station
secret-company-ltd
/
lib
/
Utils
/
use-mongo-file-auth-state.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
AuthenticationState
}
from
'../Types'
export
declare
const
useMongoFileAuthState
:
(
collection
:
string
) =>
Promise
<{
state
:
AuthenticationState
saveCreds
:
() =>
Promise
<
void
> }>