torque-pro-assistant - v1.0.0
    Preparing search index...
    interface ProbeStageProps {
        noProtocol: boolean;
        onBack: () => void;
        onCancel: () => void;
        onContinue: () => void;
        onRetry: () => void;
        probeLines: readonly ProbeLine[];
        testId?: string;
    }
    Index

    Properties

    noProtocol: boolean
    onBack: () => void
    onCancel: () => void
    onContinue: () => void
    onRetry: () => void
    probeLines: readonly ProbeLine[]
    testId?: string