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

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

Handled REST API calls, searchbars and paginators implemented, overall frontend improvment

  • Property mode set to 100644
File size: 199 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.