@tauri-apps/plugin-websocket - v2.4.0
    Preparing search index...

    Interface MessageKind<T, D>

    interface MessageKind<T, D> {
        type: T;
        data: D;
    }

    Type Parameters

    • T
    • D
    Index

    Properties

    Properties

    type: T
    data: D