ChatGPT-Next-Web/app/masks/typing.ts

4 lines
88 B
TypeScript

import { type Mask } from "../store/mask";
export type BuiltinMask = Omit<Mask, "id">;