phoenix-websocket
    Preparing search index...

    Type Alias PhoenixOkReply

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

    Properties

    Properties

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