🚀New lib version v1.1.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
1
dist/models/ResponseRunnerGroup.d.ts
vendored
1
dist/models/ResponseRunnerGroup.d.ts
vendored
@@ -2,4 +2,5 @@ export type ResponseRunnerGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
1
dist/models/ResponseRunnerOrganization.d.ts
vendored
1
dist/models/ResponseRunnerOrganization.d.ts
vendored
@@ -6,4 +6,5 @@ export type ResponseRunnerOrganization = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
1
dist/models/ResponseRunnerTeam.d.ts
vendored
1
dist/models/ResponseRunnerTeam.d.ts
vendored
@@ -3,4 +3,5 @@ export type ResponseRunnerTeam = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user