SudoSOS Back-end API / events / CreateEventParams
Interface: CreateEventParams ​
Extends ​
Properties ​
createdById ​
ts
createdById: number;endDate ​
ts
endDate: Date;Inherited from ​
name ​
ts
name: string;Inherited from ​
shiftIds ​
ts
shiftIds: number[];Inherited from ​
startDate ​
ts
startDate: Date;Inherited from ​
type ​
ts
type: EventType;