🚀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:26 +00:00
parent be4be6e075
commit 45f00bdbf7
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;
};