Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
{ FetchedData } from
"./types"
;
5
6
interface
ProblemCount {
7
difficulty: string;
8
count: number;
9
}
10
11
interface
DifficultyStats {
12
solved: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected