torque-pro-assistant - v1.0.0
    Preparing search index...
    interface SessionsTableProps {
        onSelectionToggle: (id: string) => void;
        onSortChange: (next: LibrarySort) => void;
        rows: readonly { session: Session; summary: SessionSummary }[];
        selectedIds: ReadonlySet<string>;
        sort: LibrarySort;
        testId?: string;
        units: UnitsPreference;
    }
    Index

    Properties

    onSelectionToggle: (id: string) => void
    onSortChange: (next: LibrarySort) => void
    rows: readonly { session: Session; summary: SessionSummary }[]
    selectedIds: ReadonlySet<string>
    testId?: string