Variable: RuleEditableFieldDropdownSchema
const RuleEditableFieldDropdownSchema: ZodObject<{
value: ZodString;
label: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
value: ZodString;
label: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
value: ZodString;
label: ZodString;
}, ZodTypeAny, "passthrough">>;
Defined in: src/models/model-security.ts:333
Zod schema for a dropdown option on a rule editable field.