Type alias ValidPeakEvent

ValidPeakEvent: EventBuilder<"VALID_PEAK", {
    index: number;
    threshold: Threshold;
}>

Type declaration