Interface IToDeviceEvent

interface IToDeviceEvent {
    content: IContent;
    sender: string;
    type: string;
}

Properties

Properties

content: IContent
sender: string
type: string