dev Service
This commit is contained in:
@@ -12,6 +12,7 @@ export class Layer extends Base {
|
||||
name?: string;
|
||||
records: Record[] = [];
|
||||
created?: string;
|
||||
type?: 'import' | 'processed';
|
||||
|
||||
constructor(data: Partial<Layer> = {}) {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user