Skip to content

Commit a3fb540

Browse files
committed
CCM-10893 Add routing feature
1 parent 4e85330 commit a3fb540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/backend-client/src/types/generated/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export type TemplateSuccess = {
108108

109109
export type ClientFeatures = {
110110
proofing?: boolean;
111+
routing?: boolean;
111112
};
112113

113114
export type ClientConfiguration = {

0 commit comments

Comments
 (0)