torque-pro-assistant - v1.0.0
    Preparing search index...
    interface ScanFailProps {
        onCancel: () => void;
        onRetry: () => void;
        testId?: string;
    }
    Index

    Properties

    onCancel: () => void
    onRetry: () => void
    testId?: string