new lib version [CI SKIP]
This commit is contained in:
14
dist/models/UpdateRunnerTeam.d.ts
vendored
14
dist/models/UpdateRunnerTeam.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import type { RunnerOrganisation } from './RunnerOrganisation';
|
||||
export declare type UpdateRunnerTeam = {
|
||||
id: number;
|
||||
parentGroup: RunnerOrganisation;
|
||||
name: string;
|
||||
contact?: number;
|
||||
};
|
||||
import type { RunnerOrganisation } from './RunnerOrganisation';
|
||||
export declare type UpdateRunnerTeam = {
|
||||
id: number;
|
||||
parentGroup: RunnerOrganisation;
|
||||
name: string;
|
||||
contact?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user