interface ServerEvent {
    date?: Date;
    description: string;
    eventId: number;
}

Properties

date?: Date

Date of the event.

description: string

Description of the event.

eventId: number

ID of the event.