Skip to content

Commit 2bf29bc

Browse files
committed
feat: add channel last count at
1 parent 0e28099 commit 2bf29bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/payloads/Channel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ export interface CountingChannelConfig {
8989
* The counting mode
9090
*/
9191
mode: CountingMode;
92+
/**
93+
* Initialized when the channel was created but will be updated at every count.
94+
*/
95+
lastCountAt: Date;
9296
}
9397

9498
export interface CountingChannelNotifications {

0 commit comments

Comments
 (0)