8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
export type ResponseRunnerTeam = {
|
|
parentGroup: any;
|
|
id: number;
|
|
name: string;
|
|
contact?: any;
|
|
total_distance?: number;
|
|
};
|