Skip to content

SudoSOS Back-end API / events / CreateEventParams

Interface: CreateEventParams ​

Extends ​

Properties ​

createdById ​

ts
createdById: number;

endDate ​

ts
endDate: Date;

Inherited from ​

UpdateEventParams.endDate


name ​

ts
name: string;

Inherited from ​

UpdateEventParams.name


shiftIds ​

ts
shiftIds: number[];

Inherited from ​

UpdateEventParams.shiftIds


startDate ​

ts
startDate: Date;

Inherited from ​

UpdateEventParams.startDate


type ​

ts
type: EventType;

Inherited from ​

UpdateEventParams.type