Variable $ProjectRegionConst

$ProjectRegion: {
    description: "Region of the project. Will determine which Stripe account to use.";
    enum: readonly ["EU", "US"];
    example: "EU";
    type: "string";
} = ...