mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
Fix: type
This commit is contained in:
parent
cb515d5ba4
commit
9e650e0257
@ -5,7 +5,7 @@ type NewStrategy = {
|
||||
environment: string;
|
||||
};
|
||||
|
||||
type ExistingStrategy = NewStrategy & { id?: string };
|
||||
type ExistingStrategy = NewStrategy & { id: string };
|
||||
|
||||
export type ChangeRequestStrategy = NewStrategy | ExistingStrategy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user