typing.ts 88 B

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