refactor(models): Moved models and Repositories to database
This commit is contained in:
parent
d5f5fe5f1a
commit
9155f630d9
18 changed files with 42 additions and 42 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import {Model} from "./Model";
|
||||
import {GroupModel} from "./GroupModel";
|
||||
import {Nullable} from "../types/Nullable";
|
||||
|
||||
export interface PlaydateModel extends Model {
|
||||
group: Nullable<GroupModel>
|
||||
from_time: Date,
|
||||
to_time: Date,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue