AW-1844 Fix fmHasPackage
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -2,6 +2,8 @@ export interface IPackage {
|
||||
id:string
|
||||
name:string;
|
||||
enabled?:boolean;
|
||||
dataDate?:Date;
|
||||
dataEndDate?:Date;
|
||||
}
|
||||
|
||||
export interface IPackages {
|
||||
|
Reference in New Issue
Block a user