Skip to content

Variable: CardLayoutFieldSchema

ts
const CardLayoutFieldSchema: ZodObject<{
  fieldId: ZodOptional<ZodString>;
  id: ZodOptional<ZodNumber>;
  mode: ZodOptional<ZodCustom<string & object | "PLAN" | "WORK", string & object | "PLAN" | "WORK">>;
  position: ZodOptional<ZodNumber>;
}, $loose>;

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

Card layout settings of the board