feat(core): add raster layer type
This commit is contained in:
7
core/raster-layer.ts
Normal file
7
core/raster-layer.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { BaseLayer } from "./base-layer";
|
||||
import type { AssetId } from "./id";
|
||||
|
||||
export type RasterLayer = BaseLayer & {
|
||||
type: "raster";
|
||||
assetId: AssetId;
|
||||
};
|
||||
Reference in New Issue
Block a user