/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ProxyFeatureSchemaVariantPayload } from './proxyFeatureSchemaVariantPayload'; export type ProxyFeatureSchemaVariant = { name: string; enabled: boolean; payload?: ProxyFeatureSchemaVariantPayload; };