mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +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