feat: add core domain model foundations
This commit is contained in:
4
core/layer.ts
Normal file
4
core/layer.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { ImageLayer } from "./image-layer";
|
||||
import type { LayerGroup } from "./layer-group";
|
||||
|
||||
export type Layer = ImageLayer | LayerGroup;
|
||||
Reference in New Issue
Block a user