const schedulePauseStatusSchema: ZodUnion<readonly [ZodLiteral<"PAUSED">, ZodLiteral<"UNPAUSED">]>
const
ZodUnion
ZodLiteral
"PAUSED"
"UNPAUSED"