MCPcopy Index your code
hub / github.com/JacobLinCool/LeetCode-Stats-Card / ProblemCount

Interface ProblemCount

packages/core/src/query.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { FetchedData } from "./types";
5
6interface ProblemCount {
7 difficulty: string;
8 count: number;
9}
10
11interface DifficultyStats {
12 solved: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected