Cleanup types

This commit is contained in:
Swapnil Raj 2020-07-30 00:28:12 +05:30
parent b8e51076a8
commit 97cef335e8
4 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,7 @@ export interface SetRightPanelPhasePayload extends ActionPayload {
action: Action.SetRightPanelPhase;
phase: RightPanelPhases;
refireParams: SetRightPanelPhaseRefireParams;
refireParams?: SetRightPanelPhaseRefireParams;
}
export interface SetRightPanelPhaseRefireParams {