fix: add missing Command type import in layer-commands
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { BaseCommand } from './base-command';
|
import { BaseCommand } from './base-command';
|
||||||
import { useLayerStore } from '@/store';
|
import { useLayerStore } from '@/store';
|
||||||
import type { Layer, LayerUpdate, CreateLayerParams } from '@/types';
|
import type { Layer, LayerUpdate, CreateLayerParams, Command } from '@/types';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Command to create a new layer
|
* Command to create a new layer
|
||||||
|
|||||||
Reference in New Issue
Block a user