mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-06-25 19:00:16 -07:00
5 lines
71 B
TypeScript
5 lines
71 B
TypeScript
interface PartnerPeerUser {
|
|
username: string;
|
|
publicKey: string;
|
|
}
|