We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc196d6 commit 338c833Copy full SHA for 338c833
1 file changed
Website/stubs/Data.ts
@@ -1,7 +1,7 @@
1
/// Used in github workflow to generate stubs for data
2
/// This file is a stub and should not be modified directly.
3
4
-import { GroupType, SolutionWarningType } from "@/lib/Types";
+import { GroupType, SolutionWarningType, SolutionComponentCollectionType } from "@/lib/Types";
5
6
export const LastSynched: Date = new Date();
7
export const Logo: string | null = null;
@@ -113,4 +113,6 @@ export let Groups: GroupType[] = [
113
}
114
];
115
116
-export let SolutionWarnings: SolutionWarningType[] = [];
+export let SolutionWarnings: SolutionWarningType[] = [];
117
+
118
+export let SolutionComponents: SolutionComponentCollectionType[] = [];
0 commit comments