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 3760da3 commit cc61cecCopy full SHA for cc61cec
lambdas/backend-client/src/schemas/client.ts
@@ -5,6 +5,7 @@ import { ClientConfiguration, ClientFeatures } from '../types/generated';
5
const $ClientFeatures = schemaFor<ClientFeatures>()(
6
z.object({
7
proofing: z.boolean(),
8
+ routing: z.boolean(),
9
})
10
);
11
0 commit comments