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 c754af0 commit 6baa48bCopy full SHA for 6baa48b
shopping-ui/src-gen/ui-api.ts
@@ -1,6 +1,6 @@
1
/* tslint:disable */
2
/* eslint-disable */
3
-// Generated using typescript-generator version 3.2.1263 on 2024-12-20 08:28:45.
+// Generated using typescript-generator version 3.2.1263 on 2025-06-25 10:51:05.
4
5
export interface Order {
6
id: string;
shopping-ui/src/pages/Home.tsx
@@ -90,6 +90,8 @@ const getEndpointName = function (version: Version = 'simple'): string {
90
return 'with timeout and exception handling';
91
case 'simple':
92
return 'as simple implementation';
93
+ case 'fallback':
94
+ return 'with active passive for toys bestseller';
95
}
96
};
97
0 commit comments