We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d30c8b commit 1825a37Copy full SHA for 1825a37
1 file changed
src/payloads/Summary.ts
@@ -4,6 +4,10 @@ export interface APICountingSummary<IDType> {
4
* If the summary is the current one
5
*/
6
current: boolean;
7
+ /**
8
+ * Number of Counting Channels created for the day
9
+ */
10
+ channels: number;
11
/**
12
* Number of commands executed for the day
13
0 commit comments