wip: add relay discover to onboarding
This commit is contained in:
7
src/utils/types.d.ts
vendored
7
src/utils/types.d.ts
vendored
@@ -55,3 +55,10 @@ export interface Settings {
|
||||
key: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export interface Relays {
|
||||
id?: string;
|
||||
account_id?: number;
|
||||
relay: string;
|
||||
purpose?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user