Variable ActionSourceSchemaConst
ActionSourceSchema: ZodUnion<
readonly [
ZodLiteral<"website">,
ZodLiteral<"app">,
ZodLiteral<"offline">,
ZodLiteral<"phone_call">,
ZodLiteral<"chat">,
ZodLiteral<"email">,
ZodLiteral<"in_store">,
ZodLiteral<"system_generated">,
ZodLiteral<"other">,
],
> = ...