We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e28099 commit 2bf29bcCopy full SHA for 2bf29bc
1 file changed
src/payloads/Channel.ts
@@ -89,6 +89,10 @@ export interface CountingChannelConfig {
89
* The counting mode
90
*/
91
mode: CountingMode;
92
+ /**
93
+ * Initialized when the channel was created but will be updated at every count.
94
+ */
95
+ lastCountAt: Date;
96
}
97
98
export interface CountingChannelNotifications {
0 commit comments