Interface ConnectionEstablished

interface ConnectionEstablished {
    channel: string;
    data: string;
    event: "pusher:connection_established";
}

Properties

Properties

channel: string
data: string
event: "pusher:connection_established"