lfk-client-js/dist/models/UpdateRunner.d.ts

12 lines
273 B
TypeScript

import type { RunnerGroup } from './RunnerGroup';
export declare type UpdateRunner = {
id: number;
group: RunnerGroup;
firstname: string;
middlename?: string;
lastname: string;
phone?: string;
email?: string;
address?: number;
};