Adds Deletion
This commit is contained in:
parent
a0b668cb90
commit
0d9cf6a370
8 changed files with 174 additions and 35 deletions
8
source/Models/GroupConfigurationModel.ts
Normal file
8
source/Models/GroupConfigurationModel.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import {Model} from "./Model";
|
||||
import {GroupModel} from "./GroupModel";
|
||||
|
||||
export interface GroupConfigurationModel extends Model {
|
||||
group: GroupModel;
|
||||
key: string;
|
||||
value: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue