export interface InjectEventResponse { /** Event id. */ event_id?: string; /** @see string */ accepted_time?: Date; }