feat: add i18n for mask

This commit is contained in:
Yidadaa
2023-04-27 01:16:21 +08:00
parent 3cda44e05b
commit c7c58ef031
22 changed files with 890 additions and 81 deletions

3
app/masks/typing.ts Normal file
View File

@@ -0,0 +1,3 @@
import { type Mask } from "../store/mask";
export type BuiltinMask = Omit<Mask, "id">;