new lib version [CI SKIP]
This commit is contained in:
16
dist/models/UpdateRunner.ts
vendored
Normal file
16
dist/models/UpdateRunner.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
import type { RunnerGroup } from './RunnerGroup';
|
||||
|
||||
export type UpdateRunner = {
|
||||
id: number;
|
||||
group: RunnerGroup;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
phone?: string;
|
||||
email?: string;
|
||||
address?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user