Skip to content

Commit

Permalink
added response format for computeing event statatistics
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaLoubser committed Sep 11, 2023
1 parent 2168f62 commit 115a771
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

export interface IGetEventStatisticsResponse {
total_attendance: number | undefined |null,
average_attendance: number | undefined |null,
peak_attendance: number | undefined |null,
turnover_rate: number | undefined |null,
average_attendance_time: number | undefined |null,
max_attendance_time: number | undefined |null,
}

0 comments on commit 115a771

Please sign in to comment.