mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
feat: fix type typo
This commit is contained in:
parent
af23c0df39
commit
63b569981d
@ -8,7 +8,7 @@ type NewStrategy = {
|
||||
changeRequest: ChangeRequestInfo;
|
||||
};
|
||||
|
||||
type ExistingStrategy = NewStrategy | { id: string };
|
||||
type ExistingStrategy = NewStrategy & { id: string };
|
||||
|
||||
export type ChangeRequestStrategy = NewStrategy | ExistingStrategy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user