diff --git a/src/client.ts b/src/client.ts index 058f22250..2460cffa2 100644 --- a/src/client.ts +++ b/src/client.ts @@ -600,7 +600,7 @@ interface IUserDirectoryResponse { limited: boolean; } -interface IMyDevice { +export interface IMyDevice { device_id: string; display_name?: string; last_seen_ip?: string;