Skip to content

SudoSOS Back-end API / events / UpdateEventParams

Interface: UpdateEventParams ​

Extended by ​

Properties ​

endDate ​

ts
endDate: Date;

name ​

ts
name: string;

shiftIds ​

ts
shiftIds: number[];

startDate ​

ts
startDate: Date;

type ​

ts
type: EventType;