mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 00:03:07 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
|
|
export type LocalStoragePeerInfo = {
|
||
|
|
id: string;
|
||
|
|
address: string;
|
||
|
|
};
|