This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
lfk-client-node/dist/models/ResponseRunnerOrganization.d.ts
Nicolai Ort 45f00bdbf7
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v1.1.2 [CI SKIP]
2023-05-10 11:18:26 +00:00

11 lines
235 B
TypeScript

export type ResponseRunnerOrganization = {
address?: any;
teams: Array<any>;
registrationKey?: string;
registrationEnabled?: boolean;
id: number;
name: string;
contact?: any;
total_distance?: number;
};