1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/frontend/src/openapi/models/clientFeaturesDeltaSchema.ts
2025-03-12 16:47:55 +01:00

15 lines
390 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
import type { ClientFeaturesDeltaSchemaEventsItem } from './clientFeaturesDeltaSchemaEventsItem';
/**
* Schema for delta updates of feature configurations.
*/
export interface ClientFeaturesDeltaSchema {
/** A list of delta events. */
events: ClientFeaturesDeltaSchemaEventsItem[];
}