mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 00:10:12 -07:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
interface LocalPeerUser {
|
|
username: string;
|
|
privateKey: string;
|
|
publicKey: string;
|
|
}
|