Type Alias NostrConnectResponse<N>

NostrConnectResponse<N>: {
    error?: string;
    id: string;
    result: ResponseResults[N];
}

Type Parameters