Applesauce
    Preparing search index...

    Type Alias GroupReqErrorMessage

    The message that is emitted when the group receives an error message from the relay observable

    type GroupReqErrorMessage = {
        error: unknown;
        from: string;
        type: "ERROR";
    }
    Index

    Properties

    Properties

    error: unknown
    from: string
    type: "ERROR"