Skip to content

Commit

Permalink
add statistics.type.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SimNed committed Apr 23, 2024
1 parent b963a12 commit c34f097
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions types/statistics.type.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export interface ContributionStats {
phase: number;
activeClassrooms: string;
}

export interface StudentAccountsStats {
totalStudentAccounts: number;
classWithStudentAccounts: number;
connectedFamilies: number;
}

0 comments on commit c34f097

Please sign in to comment.