Skip to content

Commit 1f9be5b

Browse files
committed
Delete unused types
1 parent 2b954be commit 1f9be5b

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

packages/history/scripts/types.ts

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Analysis, CheckResult, ProblemKind } from "@arethetypeswrong/core";
1+
import type { CheckResult } from "@arethetypeswrong/core";
22

33
export interface CheckResultBlob {
44
kind: "analysis";
@@ -33,21 +33,3 @@ export interface DatesJson {
3333
}[];
3434
};
3535
}
36-
37-
export interface FullTypedRootJson {
38-
[packageSpec: string]: {
39-
coreVersion: string;
40-
rank: number;
41-
analysis: Analysis;
42-
};
43-
}
44-
45-
export interface RootProblemCountsByDateJson {
46-
problemKinds: ProblemKind[];
47-
dates: {
48-
[date: string]: {
49-
typedPackages: number;
50-
problems: number[];
51-
};
52-
};
53-
}

0 commit comments

Comments
 (0)