Interface IStaSync

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

Hierarchy (view full)

Properties

Properties

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

Type declaration

  • message: "sta:sync"
  • rc: string

Generated using TypeDoc