Updated Flaschengeist type definition file
This commit is contained in:
parent
887262ae5a
commit
61316dcd9f
|
@ -39,7 +39,10 @@ declare namespace FG {
|
||||||
type: EventType;
|
type: EventType;
|
||||||
jobs: Array<Job>;
|
jobs: Array<Job>;
|
||||||
}
|
}
|
||||||
type EventType = string;
|
interface EventType {
|
||||||
|
id: number;
|
||||||
|
name: string;
|
||||||
|
}
|
||||||
interface Job {
|
interface Job {
|
||||||
id: number;
|
id: number;
|
||||||
start: Date;
|
start: Date;
|
||||||
|
|
Loading…
Reference in New Issue