Variable CardLayoutFieldSchemaConst
CardLayoutFieldSchema: ZodObject<
{
fieldId: ZodOptional<ZodString>;
id: ZodOptional<ZodNumber>;
mode: ZodOptional<
ZodCustom<
string & {}
| "PLAN"
| "WORK",
string & {} | "PLAN" | "WORK",
>,
>;
position: ZodOptional<ZodNumber>;
},
$loose,
> = ...
Card layout settings of the board