/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ProxyFeatureSchema } from './proxyFeatureSchema'; export interface ProxyFeaturesSchema { toggles: ProxyFeatureSchema[]; }