source: Farmatiko/ClientApp/src/app/models/HealthFacilities.ts@ c406ae5

Last change on this file since c406ae5 was c73269d, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

JSON processing added

  • Property mode set to 100644
File size: 198 bytes
Line 
1export class HealthFacilities {
2 address: string;
3 createdOn: string;
4 deletedOn: string;
5 email: string;
6 id: number;
7 municipality: string;
8 name: string;
9 phone: string;
10 type: string;
11}
Note: See TracBrowser for help on using the repository browser.