WheelType: ZodEnum<["STANDARD", "OPTION", "PACKAGE"]> = ...

The list of values associated with WheelType can be retreived by posting to the https://orchestrator.configurator.toyota.com/graphql endpoint with the following GraphQL query:

{
__type(name: "WheelType") {
name
enumValues {
name
}
}
}