Interface Item

Source
Expand description

Items sent between peers can be distinguished by type.

interface Item {
    type: string;
}

Properties§

§type: string