UNPKG

@trophyso/node

Version:
8 lines (7 loc) 203 B
/** * Response returned when a batch of metric events is accepted. */ export interface BatchEventsResponse { /** The number of events accepted into the processing queue. */ accepted: number; }