Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Wasghington
/
kakttus
like
0
License:
mit
Model card
Files
Files and versions
xet
Community
main
kakttus
/
utils
/
types.ts
Wasghington
Upload folder using huggingface_hub
a95f034
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
115 Bytes
export
interface
Auth
{
preferred_username
:
string
;
picture
:
string
;
name
:
string
;
isLocalUse?:
boolean
;
}