Add fmPackageExists directive
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2022-03-16 14:20:28 +01:00
parent 521b882798
commit 713af307cd
7 changed files with 59 additions and 3 deletions

View File

@@ -9,3 +9,8 @@ export interface IPackage {
export interface IPackages {
[id: string]: IPackage[];
}
export interface IPackageMap {
[id: string]: IPackage;
}