Fix the type for SetRightPanelPhasePayload
Fix uses of it as well
This commit is contained in:
parent
5ea7be5d53
commit
bf450ad075
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue