new lib version [CI SKIP]
This commit is contained in:
12
dist/models/UpdateRunnerTeam.ts
vendored
Normal file
12
dist/models/UpdateRunnerTeam.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
import type { RunnerOrganisation } from './RunnerOrganisation';
|
||||
|
||||
export type UpdateRunnerTeam = {
|
||||
id: number;
|
||||
parentGroup: RunnerOrganisation;
|
||||
name: string;
|
||||
contact?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user