Skip to content

Variable: BoardFeaturesPayloadSchema

ts
const BoardFeaturesPayloadSchema: ZodObject<{
  boardFeatures: ZodOptional<ZodRecord<ZodString, ZodAny>>;
}, $loose>;

Defined in: src/cloud/models/boardFeaturesPayload.ts:5

Configuration of features for one or more boards. Replaces the deprecated features field on BoardPayload