Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dakaca
/
dds
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dds
/
app
/
masks
/
typing.ts
dakaca
Upload 150 files
a1fb323
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
88 Bytes
import
{
type
Mask
}
from
"../store/mask"
;
export
type
BuiltinMask
=
Omit
<
Mask
,
"id"
>;