/* * 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 FeatureType = { Metered: "metered", Boolean: "boolean", Static: "static", Config: "config", } as const; export type FeatureType = OpenEnum; /** @internal */ export const FeatureType$inboundSchema: z.ZodMiniType = openEnums.inboundSchema(FeatureType); /** @internal */ export const FeatureType$outboundSchema: z.ZodMiniType = openEnums.outboundSchema(FeatureType);