This commit is contained in:
Vendored
+1
@@ -2,4 +2,5 @@ export type ResponseRunnerGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
+1
@@ -6,4 +6,5 @@ export type ResponseRunnerOrganization = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
Vendored
+1
@@ -3,4 +3,5 @@ export type ResponseRunnerTeam = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user