Example Usage
import { AllowedDataRegion } from "@openrouter/sdk/models/operations";
let value: AllowedDataRegion = "global";
// Open enum: unrecognized values are captured as Unrecognized<string>
Values
"global" | "europe" | "us" | Unrecognized<string>