lfk-client-js/dist/models/CreateSelfServiceRunner.d.ts
Nicolai Ort 01191cefe9
All checks were successful
continuous-integration/drone Build is passing
🚀New lib version v0.3.0 [CI SKIP]
2021-01-24 18:01:44 +00:00

10 lines
199 B
TypeScript

export declare type CreateSelfServiceRunner = {
team?: number;
firstname: string;
middlename?: string;
lastname: string;
phone?: string;
email?: string;
address?: any;
};