import type { LayerId } from "./id"; export type LayerMask = { kind: "raster"; maskLayerId: LayerId; enabled: boolean; inverted: boolean; };