UpdateRecord<T>: {
    updateCount?: bigint;
    value: T;
}

Type Parameters

  • T

Type declaration

  • OptionalupdateCount?: bigint

    is a value that identifies the update. For the last update, it is undefined.

  • value: T

    is whatever state the service wants to publish