@nebius/js-sdk - v0.2.54
    Preparing search index...

    Type Alias TickCount

    TickCount: number | { toNumber?: () => number; toString?: () => string }

    Defines a protobuf-compatible progress count.

    Generated code can represent an integer as a JavaScript number or as an object that converts to a number or string.

    Type Declaration

    • number
    • { toNumber?: () => number; toString?: () => string }
      • OptionaltoNumber?: () => number

        Contains the to number.

      • OptionaltoString?: () => string

        Contains the to string.