Type alias LiveStateChange

LiveStateChange: {
    state: object;
    version: number;
}

Type declaration

  • state: object
  • version: number

    state version as known by the channel

Generated using TypeDoc