mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 06:57:33 +08:00
feat: add i18n for mask
This commit is contained in:
3
app/masks/typing.ts
Normal file
3
app/masks/typing.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { type Mask } from "../store/mask";
|
||||
|
||||
export type BuiltinMask = Omit<Mask, "id">;
|
Reference in New Issue
Block a user