lfk-client-js/dist/models/ResponseRunnerOrganization.d.ts
Nicolai Ort 86cf24fabf
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v1.1.2 [CI SKIP]
2023-05-10 11:18:22 +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;
};