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
|
|
@ -2,7 +2,7 @@ import {Model} from "./Model";
|
|||
import {GroupModel} from "./GroupModel";
|
||||
import {Nullable} from "../../types/Nullable";
|
||||
|
||||
export interface PlaydateModel extends Model {
|
||||
export type PlaydateModel = Model & {
|
||||
group: Nullable<GroupModel>
|
||||
from_time: Date,
|
||||
to_time: Date,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue