Variable PhaseModificationResultSchemaConst
PhaseModificationResultSchema: ZodObject<
{ allowed: ZodBoolean; warning: ZodOptional<ZodString> },
"strip",
ZodTypeAny,
{ allowed: boolean; warning?: string },
{ allowed: boolean; warning?: string },
> = ...
Zod schema for PhaseModificationResult validation