torque-pro-assistant - v1.0.0
    Preparing search index...
    interface RecentlyDrivenProps {
        rows: readonly { session: Session; summary: SessionSummary }[];
        testId?: string;
        units: UnitsPreference;
    }
    Index

    Properties

    Properties

    rows: readonly { session: Session; summary: SessionSummary }[]

    Pre-computed (session, summary) pairs from the composer's useMemo. Sorted by startedAt descending; this strip slices the top three.

    testId?: string