Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fengmuxi
/
ChatGpt-Web
like
10
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
51dc757
ChatGpt-Web
/
app
/
masks
/
typing.ts
xiao
初始化
6a37520
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
{
type
Mask
}
from
"../store/mask"
;
export
type
BuiltinMask
=
Omit
<
Mask
,
"id"
>;