dev Service

This commit is contained in:
Michał Zieliński
2023-08-17 14:09:01 +02:00
parent 0b5947dda5
commit 49a1ee3a6e
4 changed files with 52 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export class Layer extends Base {
name?: string;
records: Record[] = [];
created?: string;
type?: 'import' | 'processed';
constructor(data: Partial<Layer> = {}) {
super();