Last change
on this file since a55ef91 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
|
Rev | Line | |
---|
[ec6ac45] | 1 | export class HealthFacilities {
|
---|
[ef1219a] | 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;
|
---|
[46c298d] | 11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.