Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
nomadicsynth
/
deepsite
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
deepsite
/
utils
/
types.ts
enzostvs
HF Staff
Local use usage
94b66c3
5 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
export
interface
Auth
{
preferred_username
:
string
;
picture
:
string
;
name
:
string
;
isLocalUse?:
boolean
;
}