BaseEvent

interface BaseEvent {
    timestamp: string;
}

Properties

Properties

timestamp: string

BaseEvent