lfk-client-js/dist/models/ResponseRunnerOrganisation.d.ts
Nicolai Ort 7d6de0936f
All checks were successful
continuous-integration/drone Build is passing
new lib version [CI SKIP]
2021-01-03 18:16:00 +00:00

8 lines
149 B
TypeScript

export declare type ResponseRunnerOrganisation = {
address?: any;
teams: Array<any>;
id: number;
name: string;
contact?: any;
};