ChatGpt-Web / app /masks /typing.ts
xiao
初始化
6a37520
raw
history blame
88 Bytes
import { type Mask } from "../store/mask";
export type BuiltinMask = Omit<Mask, "id">;