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/ResponseRunnerGroup.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

7 lines
121 B
TypeScript

export type ResponseRunnerGroup = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};