/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod/v4-mini"; import * as openEnums from "../../types/enums.js"; import { OpenEnum } from "../../types/enums.js"; export const BenefitType = { Custom: "custom", Discord: "discord", GithubRepository: "github_repository", Downloadables: "downloadables", LicenseKeys: "license_keys", MeterCredit: "meter_credit", FeatureFlag: "feature_flag", } as const; export type BenefitType = OpenEnum; /** @internal */ export const BenefitType$inboundSchema: z.ZodMiniType = openEnums.inboundSchema(BenefitType); /** @internal */ export const BenefitType$outboundSchema: z.ZodMiniType = openEnums.outboundSchema(BenefitType);