novx
    Preparing search index...

    Interface SubscribeResponse

    interface SubscribeResponse {
        event_name: string;
        success: boolean;
        type: "subscribe_response";
    }
    Index

    Properties

    event_name: string
    success: boolean
    type: "subscribe_response"