Skip to content

SudoSOS Back-end API / events / BaseEventResponse

Interface: BaseEventResponse ​

Deprecated ​

Events are out of scope for SudoSOS. Delete from 01/11/2026.

Extended by ​

Properties ​

createdAt? ​

ts
optional createdAt: string;

Inherited from ​

ts
BaseResponse.createdAt

createdBy ​

ts
createdBy: BaseUserResponse;

endDate ​

ts
endDate: string;

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

name ​

ts
name: string;

startDate ​

ts
startDate: string;

type ​

ts
type: EventType;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version