AppleSauce
    Preparing search index...

    Type Alias NostrConnectErrorResponse

    type NostrConnectErrorResponse = {
        error: string;
        id: string;
        result: string;
    }
    Index

    Properties

    Properties

    error: string
    id: string
    result: string