Documentation
    Preparing search index...

    Interface BeaconBaseMessage

    interface BeaconBaseMessage {
        id: string;
        senderId: string;
        type: BeaconMessageType;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string
    senderId: string
    version: string