🚀New lib version v0.3.0 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
9
dist/models/ResponseRunnerOrganization.d.ts
vendored
Normal file
9
dist/models/ResponseRunnerOrganization.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare type ResponseRunnerOrganization = {
|
||||
address?: any;
|
||||
teams: Array<any>;
|
||||
registrationKey?: string;
|
||||
registrationEnabled?: boolean;
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
};
|
||||
Reference in New Issue
Block a user