featherbit UI
    Preparing search index...

    Interface ToolGroup

    interface ToolGroup {
        attempts: ToolAttempt[];
        name: string;
    }
    Index
    attempts: ToolAttempt[]

    Oldest first; the last entry is the current attempt.

    name: string