2023-10-09 11:52:41 +02:00
|
|
|
/**
|
|
|
|
* Generated by Orval
|
|
|
|
* Do not edit manually.
|
|
|
|
* See `gen:api` script in package.json
|
|
|
|
*/
|
|
|
|
import type { ChangeRequestCreateFeatureSchemaOneOfTwozeroAction } from './changeRequestCreateFeatureSchemaOneOfTwozeroAction';
|
|
|
|
|
|
|
|
/**
|
2023-10-18 08:55:07 +02:00
|
|
|
* Remove a parent feature dependency or all dependencies if no payload.
|
2023-10-09 11:52:41 +02:00
|
|
|
*/
|
|
|
|
export type ChangeRequestCreateFeatureSchemaOneOfTwozero = {
|
|
|
|
/** The name of this action. */
|
|
|
|
action: ChangeRequestCreateFeatureSchemaOneOfTwozeroAction;
|
2023-12-04 20:49:49 +01:00
|
|
|
/** The name of the feature that this change applies to. */
|
|
|
|
feature: string;
|
2023-10-09 11:52:41 +02:00
|
|
|
};
|