Spaces:
Running
Running
File size: 88 Bytes
6a37520 |
1 2 3 4 |
import { type Mask } from "../store/mask";
export type BuiltinMask = Omit<Mask, "id">;
|