mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-05-21 20:19:27 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
|
|
export type LocalStoragePeerInfo = {
|
||
|
|
id: string;
|
||
|
|
address: string;
|
||
|
|
};
|