chore: cleanup
This commit is contained in:
6
packages/app/custom.d.ts
vendored
6
packages/app/custom.d.ts
vendored
@ -54,4 +54,10 @@ declare const CONFIG: {
|
||||
};
|
||||
eventLinkPrefix: NostrPrefix;
|
||||
profileLinkPrefix: NostrPrefix;
|
||||
defaultRelays: Record<string, RelaySettings>;
|
||||
};
|
||||
|
||||
/**
|
||||
* Single relay (Debug)
|
||||
*/
|
||||
declare const SINGLE_RELAY: string | undefined;
|
Reference in New Issue
Block a user