Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
qwensite
like
39
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
qwensite
/
utils
/
types.ts
enzostvs
HF Staff
⚛️ qwensite
d0c0f3d
15 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
;
}