Fix the type for SetRightPanelPhasePayload

Fix uses of it as well
This commit is contained in:
Swapnil Raj 2020-07-29 16:59:29 +05:30
parent 5ea7be5d53
commit bf450ad075
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ export interface SetRightPanelPhasePayload extends ActionPayload {
export interface SetRightPanelPhaseRefireParams {
// XXX: Fix after the types are defiend in matrix-js-sdk
// No appropriate types exist yet for the fields
members?: RoomMember;
member?: RoomMember;
verificationRequest?: typeof VerificationRequest;
groupId?: string;
groupRoomId?: string;