Interface IStaSync

interface IStaSync {
    data: IEventDevice[];
    meta: { message: "sta:sync"; rc: string };
}

Hierarchy (View Summary)

Properties

Properties

data: IEventDevice[]
meta: { message: "sta:sync"; rc: string }