Documentation
    Preparing search index...

    Type Alias SocketEvent<T>

    type SocketEvent<T> = {
        channel: string;
        data: T;
        spoke: string;
        type: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    channel: string
    data: T
    spoke: string
    type: string