mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-01-30 22:09:47 +08:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
import { type Mask } from "../store/mask";
|
|
|
|
export type BuiltinMask = Omit<Mask, "id">;
|