We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b954be commit 1f9be5bCopy full SHA for 1f9be5b
packages/history/scripts/types.ts
@@ -1,4 +1,4 @@
1
-import type { Analysis, CheckResult, ProblemKind } from "@arethetypeswrong/core";
+import type { CheckResult } from "@arethetypeswrong/core";
2
3
export interface CheckResultBlob {
4
kind: "analysis";
@@ -33,21 +33,3 @@ export interface DatesJson {
33
}[];
34
};
35
}
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