Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NitinBot002
/
waha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
waha
/
src
/
core
/
storage
/
ISessionAuthRepository.ts
NitinBot002
Upload 384 files
4327358
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
158 Bytes
export
abstract
class
ISessionAuthRepository
{
abstract
init
(sessionName?:
string
):
Promise
<
void
>;
abstract
clean
(
sessionName
:
string
):
Promise
<
void
>;
}