lfk-client-js/dist/models/ResponseRunnerOrganization.d.ts
Nicolai Ort 01191cefe9
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v0.3.0 [CI SKIP]
2021-01-24 18:01:44 +00:00

10 lines
214 B
TypeScript

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