This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
tuonq
/
ChatAI
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
5e544891aa
Branches
Tags
master
ChatAI
/
app
/
masks
/
typing.ts
typing.ts
88 B
Historique
Raw
1
2
3
import { type Mask } from "../store/mask";
export type BuiltinMask = Omit<Mask, "id">;