Variable BoardFeaturePayloadSchemaConst
BoardFeaturePayloadSchema: ZodObject<
{
featureKey: ZodOptional<
ZodCustom<
string & {}
| "ESTIMATION"
| "SPRINTS",
string & {} | "ESTIMATION" | "SPRINTS",
>,
>;
state: ZodOptional<
ZodCustom<
"false"
| "true"
| string & {},
"false" | "true" | string & {},
>,
>;
},
$loose,
> = ...
The payload for setting a board feature