feat: Update Layer type definition with additional properties

This commit is contained in:
2026-06-22 20:55:57 +00:00
parent a4f445b8f7
commit d39b1d84cd
+4
View File
@@ -12,6 +12,10 @@ type Layer = {
name: string;
visible: boolean;
locked: boolean;
color?: string;
lineType?: string;
transparency?: number;
sortOrder?: number;
};
type Element = {