AppleSauce
    Preparing search index...

    Type Alias NostrConnectResponse<N>

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

    Type Parameters

    Index

    Properties

    Properties

    error?: string
    id: string
    result: ResponseResults[N]