/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ import type { ProxyFeatureSchema } from './proxyFeatureSchema'; /** * Frontend SDK features list */ export interface ProxyFeaturesSchema { /** The actual features returned to the Frontend SDK */ toggles: ProxyFeatureSchema[]; }