Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arkleinberg
/
Webcreat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e061365
Webcreat
/
utils
/
types.ts
arkleinberg
Upload 40 files
e061365
verified
7 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
export
interface
Auth
{
preferred_username
:
string
;
picture
:
string
;
name
:
string
;
isLocalUse?:
boolean
;
}