diff --git a/core/commands/layer-commands.ts b/core/commands/layer-commands.ts index d780642..ab149ec 100644 --- a/core/commands/layer-commands.ts +++ b/core/commands/layer-commands.ts @@ -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