mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
fix: transition condition type (#10760)
This commit is contained in:
parent
f35804e55f
commit
bb3d938f57
@ -6,6 +6,6 @@ export interface ReleasePlanMilestone {
|
||||
sortOrder: number;
|
||||
releasePlanDefinitionId: string;
|
||||
startedAt?: string;
|
||||
transitionCondition?: object;
|
||||
transitionCondition?: { intervalMinutes: number };
|
||||
strategies?: ReleasePlanMilestoneStrategy[];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user