fix: add missing Command type import in layer-commands

This commit is contained in:
2025-11-20 21:27:09 +01:00
parent 4f5c78df30
commit 2f9da4c9fe

View File

@@ -1,6 +1,6 @@
import { BaseCommand } from './base-command';
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