supervision-js
    Preparing search index...

    Type Alias DetectionSelectionOptions

    DetectionSelectionOptions: DetectionSelectionOptionsBase & (
        | { detectionId: string
        | number; detectionIndex?: number }
        | { detectionId?: string | number; detectionIndex: number }
    )