Skip to content

Commit 1825a37

Browse files
committed
feat: add channels field
1 parent 4d30c8b commit 1825a37

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/payloads/Summary.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ export interface APICountingSummary<IDType> {
44
* If the summary is the current one
55
*/
66
current: boolean;
7+
/**
8+
* Number of Counting Channels created for the day
9+
*/
10+
channels: number;
711
/**
812
* Number of commands executed for the day
913
*/

0 commit comments

Comments
 (0)