🚀New lib version v1.1.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-05-10 11:18:22 +00:00
parent c5bf49fbdb
commit 86cf24fabf
6 changed files with 6 additions and 3 deletions

View File

@@ -2,4 +2,5 @@ export type ResponseRunnerGroup = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};

View File

@@ -6,4 +6,5 @@ export type ResponseRunnerOrganization = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};

View File

@@ -3,4 +3,5 @@ export type ResponseRunnerTeam = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};