Last change
on this file since fbaea22 was 46c298d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Format code
|
-
Property mode
set to
100644
|
File size:
227 bytes
|
Rev | Line | |
---|
[ec6ac45] | 1 | import { MedicineList } from "./MedicineList";
|
---|
| 2 | import { Pharmacy } from "./Pharmacy";
|
---|
| 3 |
|
---|
| 4 | export class PharmacyHead {
|
---|
[46c298d] | 5 | PharmacyMedicines: MedicineList;
|
---|
| 6 | Pharmacy: Pharmacy[];
|
---|
| 7 | Email: string;
|
---|
| 8 | Passwd: string;
|
---|
| 9 | Name: string;
|
---|
[ec6ac45] | 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.