source: Farmatiko/ClientApp/src/app/models/MedicineList.ts@ 46c298d

Last change on this file since 46c298d was 46c298d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Format code

  • Property mode set to 100644
File size: 121 bytes
Line 
1import { Medicine } from "./Medicine";
2
3export class MedicineList {
4 Medicines: Medicine[];
5 HasMedicine: boolean[];
6}
Note: See TracBrowser for help on using the repository browser.