AW-3441 add valid packages selector
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
2022-01-27 14:06:23 +01:00
parent d89670f669
commit b7c80dfdd8
4 changed files with 45 additions and 25 deletions

View File

@@ -7,5 +7,5 @@ export interface IPackage {
}
export interface IPackages {
[id: string]: IPackage;
}
[id: string]: IPackage[];
}