import type { NostrSigner, NRelay } from '@nostrify/nostrify'; export interface User { signer: S; relay: R; }