UNPKG

@documment/mmp.core

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.

16 lines (15 loc) 363 B
export interface IUserPersonaRequest { id: number; medicalLicense: string; firstName: string; lastName: string; phone: string; } export declare class UserPersonaRequest implements IUserPersonaRequest { id: number; medicalLicense: string; firstName: string; lastName: string; phone: string; constructor(params?: any); }