mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
14 lines
460 B
TypeScript
14 lines
460 B
TypeScript
/**
|
|
* Generated by orval v6.11.0 🍺
|
|
* Do not edit manually.
|
|
* Unleash API
|
|
* OpenAPI spec version: 4.22.0-beta.55
|
|
*/
|
|
import type { ChangeRequestCreateSchemaOneOfSixAction } from './changeRequestCreateSchemaOneOfSixAction';
|
|
import type { UpdateFeatureStrategySchema } from './updateFeatureStrategySchema';
|
|
|
|
export type ChangeRequestCreateSchemaOneOfSix = {
|
|
action: ChangeRequestCreateSchemaOneOfSixAction;
|
|
payload: UpdateFeatureStrategySchema;
|
|
};
|