Generate the next version ID for a channel.
Default is to use integer versions, incrementing by 1. If you override, you can use str/int/float versions, as long as they are monotonically increasing.
getNextVersion(current: V | undefined): V| Name | Type | Description |
|---|---|---|
current* | V | undefined |