Adds ICS
This commit is contained in:
parent
441715675c
commit
a79898b2e9
48 changed files with 2062 additions and 1503 deletions
|
|
@ -3,7 +3,7 @@ import {GroupModel} from "./GroupModel";
|
|||
import {Nullable} from "../types/Nullable";
|
||||
|
||||
export interface PlaydateModel extends Model {
|
||||
group: Nullable<GroupModel>
|
||||
from_time: Date,
|
||||
to_time: Date,
|
||||
group: Nullable<GroupModel>
|
||||
from_time: Date,
|
||||
to_time: Date,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue