Add basic package managing plumbing
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
9
projects/common/src/fm/models/package.ts
Normal file
9
projects/common/src/fm/models/package.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface IPackage {
|
||||
id:string
|
||||
name:string;
|
||||
enabled?:boolean;
|
||||
}
|
||||
|
||||
export interface IPackages {
|
||||
[id: string]: IPackage;
|
||||
}
|
Reference in New Issue
Block a user