Applesauce
    Preparing search index...

    Type Alias RelayReqClosedMessage

    Internal type emitted when the relay sends a CLOSED message

    type RelayReqClosedMessage = {
        from: string;
        id: string;
        reason: string;
        type: "CLOSED";
    }
    Index

    Properties

    Properties

    from: string
    id: string
    reason: string
    type: "CLOSED"