mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 12:10:17 +09:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { type Mask } from "../store/mask";
|
|
|
|
export type BuiltinMask = Omit<Mask, "id">;
|