CopyProcessor: update existing layer
This commit is contained in:
@@ -19,6 +19,7 @@ export class Layer extends Base {
|
||||
name?: string;
|
||||
records: Record[] = [];
|
||||
created?: string;
|
||||
modified?: string;
|
||||
type?: LayerType;
|
||||
|
||||
constructor(data: Partial<Layer> = {}) {
|
||||
|
||||
Reference in New Issue
Block a user