phoenix-websocket
    Preparing search index...

    Type Alias PhoenixErrorReply

    type PhoenixErrorReply = {
        response: { [key: string]: any } | string;
        status: "error";
    }
    Index

    Properties

    Properties

    response: { [key: string]: any } | string
    status: "error"