export interface SendEventResponse { /** Accepted timestamp. */ accepted_time?: Date; /** Event id. */ event_id?: string; }