Skip to content

Variable: ToggleFeaturesSchema

ts
const ToggleFeaturesSchema: ZodObject<{
  boardId: ZodNumber;
  body: ZodRecord<ZodString, ZodAny>;
}, $strip>;

Defined in: src/agile/parameters/toggleFeatures.ts:3