CopyProcessor: update existing layer

This commit is contained in:
Michał Zieliński
2023-10-03 22:29:42 +02:00
parent f22b1933df
commit ac7b01482e
6 changed files with 81 additions and 50 deletions

View File

@@ -19,6 +19,7 @@ export class Layer extends Base {
name?: string;
records: Record[] = [];
created?: string;
modified?: string;
type?: LayerType;
constructor(data: Partial<Layer> = {}) {