Skip to content

Commit d5c4172

Browse files
committed
Domain sync
1 parent 1710b09 commit d5c4172

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/FusionAuthClient.ts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6810,29 +6810,6 @@ export interface Integrations {
68106810
kafka?: KafkaConfiguration;
68116811
}
68126812

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-
* @author Brian Pontarelli
6829-
*/
6830-
export interface IntervalUser {
6831-
applicationId?: UUID;
6832-
period?: number;
6833-
userId?: UUID;
6834-
}
6835-
68366813
/**
68376814
* @author Daniel DeGroff
68386815
*/

0 commit comments

Comments
 (0)