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 d4d6b713e2
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;
};