lfk-client-js/dist/models/RunnerTeam.d.ts
2023-02-02 09:42:58 +00:00

9 lines
166 B
TypeScript

export type RunnerTeam = {
parentGroup: string;
id: number;
name: string;
contact?: any;
distance: number;
distanceDonationAmount: number;
};