Type alias ParserEvent

ParserEvent: {
    data: undefined;
    kind: Event;
} | {
    data: MainFrame;
    kind: MainFrame;
} | {
    data: SlowFrame;
    kind: SlowFrame;
} | {
    data: GpsFrame;
    kind: GpsFrame;
}

Type declaration

  • data: undefined
  • kind: Event

Type declaration

Type declaration

Type declaration

Generated using TypeDoc