We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1710b09 commit d5c4172Copy full SHA for d5c4172
src/FusionAuthClient.ts
@@ -6810,29 +6810,6 @@ export interface Integrations {
6810
kafka?: KafkaConfiguration;
6811
}
6812
6813
-/**
6814
- * Counts for a period.
6815
- *
6816
- * @author Brian Pontarelli
6817
- */
6818
-export interface IntervalCount {
6819
- applicationId?: UUID;
6820
- count?: number;
6821
- decrementedCount?: number;
6822
- period?: number;
6823
-}
6824
-
6825
6826
- * A user over an period (for daily and monthly active user calculations).
6827
6828
6829
6830
-export interface IntervalUser {
6831
6832
6833
- userId?: UUID;
6834
6835
6836
/**
6837
* @author Daniel DeGroff
6838
*/
0 commit comments