Variable StatusLayoutUpdateSchemaConst
StatusLayoutUpdateSchema: ZodObject<
{
approvalConfiguration: ZodOptional<
ZodObject<
{
active: ZodCustom<
"false"
| "true"
| string & {},
"false" | "true" | string & {},
>;
conditionType: ZodCustom<
"number"
| "percent"
| string & {}
| "numberPerPrincipal",
"number" | "percent" | string & {} | "numberPerPrincipal",
>;
conditionValue: ZodString;
exclude: ZodOptional<
ZodNullable<
ZodArray<
ZodNullable<
ZodCustom<(...) | (...) | (...), (...) | (...) | (...)>,
>,
>,
>,
>;
fieldId: ZodString;
prePopulatedFieldId: ZodOptional<ZodNullable<ZodString>>;
transitionApproved: ZodString;
transitionRejected: ZodString;
},
$loose,
>,
>;
layout: ZodOptional<
ZodObject<
{ x: ZodOptional<ZodNumber>; y: ZodOptional<ZodNumber> },
$loose,
>,
>;
properties: ZodRecord<ZodString, ZodAny>;
statusReference: ZodString;
},
$loose,
> = ...
The statuses associated with this workflow.