refactor(configuration): Setup configuration and menu to be reuseable
This commit is contained in:
parent
863ae3fab2
commit
d46bbd84c5
21 changed files with 551 additions and 452 deletions
6
source/Database/Models/ConfigurationModel.ts
Normal file
6
source/Database/Models/ConfigurationModel.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import {Model} from "./Model";
|
||||
|
||||
export type ConfigurationModel = Model & {
|
||||
key: string;
|
||||
value: string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue