Convert GroupHeaderButtons to TS

Fix typo in SetRightPanelPhasePayload
This commit is contained in:
Swapnil Raj 2020-07-18 17:56:53 +05:30
parent 887d507772
commit a4959f43d2
2 changed files with 8 additions and 5 deletions

View file

@ -31,7 +31,7 @@ export interface SetRightPanelPhaseRefireParams {
// No appropriate types exist yet for the fields
members?: any;
verificationRequest?: typeof VerificationRequest;
groudId?: string;
groupId?: string;
groupRoomId?: string;
// XXX: 'view_3pid_invite' action's payload
event?: any;