Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fraser
/
piclets
like
0
Running
App
Files
Files
Community
303b4b7
piclets
/
src
/
lib
/
db
/
schema.ts
Fraser
monsters
ececfe6
about 1 month ago
raw
Copy download link
history
blame
Safe
164 Bytes
export
interface
Monster
{
id?:
number
;
name
:
string
;
imageUrl
:
string
;
imageCaption
:
string
;
concept
:
string
;
imagePrompt
:
string
;
createdAt
:
Date
;
}