Customize Bootstrap Relays (#205)
* feat: add bootstrap relays file * feat: add save bootstrap relays command * feat: add customize bootstrap relays screen
This commit is contained in:
5
packages/types/index.d.ts
vendored
5
packages/types/index.d.ts
vendored
@@ -179,3 +179,8 @@ export interface Relays {
|
||||
write: string[];
|
||||
both: string[];
|
||||
}
|
||||
|
||||
export interface Relay {
|
||||
url: string;
|
||||
purpose: "read" | "write" | string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user