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

10 lines
186 B
TypeScript

export type RunnerOrganization = {
address?: any;
key?: string;
distance: number;
distanceDonationAmount: number;
id: number;
name: string;
contact?: any;
};