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 bbd3d98 commit de0cd99Copy full SHA for de0cd99
packages/types/src/cloud.ts
@@ -162,6 +162,7 @@ export type UserFeatures = z.infer<typeof userFeaturesSchema>
162
163
export const userSettingsConfigSchema = z.object({
164
extensionBridgeEnabled: z.boolean().optional(),
165
+ taskSyncEnabled: z.boolean().optional(),
166
})
167
168
export type UserSettingsConfig = z.infer<typeof userSettingsConfigSchema>
0 commit comments