Remove stateserializerservice from common-map
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
export interface IQueryState {
|
||||
itemCode: string;
|
||||
parentCode: string;
|
||||
level: number;
|
||||
itemType: string;
|
||||
query: string;
|
||||
tags: string;
|
||||
bboxFilter: boolean;
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
bbox: number[];
|
||||
}
|
Reference in New Issue
Block a user