interface NostrRelay { url: string; isActive: boolean; } export type { NostrRelay };