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 5ef2a02 commit 3f603c0Copy full SHA for 3f603c0
lambdas/backend-client/src/types/generated/types.gen.ts
@@ -186,10 +186,10 @@ export type RoutingConfig = {
186
updatedBy: string;
187
};
188
189
-export type RoutingConfigStatusActive = 'COMPLETED' | 'DRAFT';
190
-
191
export type RoutingConfigStatus = RoutingConfigStatusActive | 'DELETED';
192
+export type RoutingConfigStatusActive = 'COMPLETED' | 'DRAFT';
+
193
export type RoutingConfigSuccess = {
194
data: RoutingConfig;
195
statusCode: number;
0 commit comments