new lib version [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-03 18:16:14 +00:00
parent 46e9ee2a1b
commit f6c6013368
211 changed files with 2857 additions and 4 deletions

10
dist/models/ResponseStats.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
export declare type ResponseStats = {
total_runners: number;
total_teams: number;
total_orgs: number;
total_users: number;
total_scans: number;
total_distance: number;
total_donation: number;
average_distance: number;
};