Convert verification and UntrustedDeviceDialog to TS
This commit is contained in:
parent
565e41c3df
commit
5430f44c27
3 changed files with 40 additions and 25 deletions
|
@ -67,7 +67,7 @@ import RoomAvatar from "../avatars/RoomAvatar";
|
|||
import RoomName from "../elements/RoomName";
|
||||
import {mediaFromMxc} from "../../../customisations/Media";
|
||||
|
||||
interface IDevice {
|
||||
export interface IDevice {
|
||||
deviceId: string;
|
||||
ambiguous?: boolean;
|
||||
getDisplayName(): string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue