Type Alias NostrConnectErrorResponse

NostrConnectErrorResponse: {
    error: string;
    id: string;
    result: string;
}