source: Farmatiko/ClientApp/src/app/models/Pharmacy.ts@ de18858

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

Prepared and improved components for data flows

  • Property mode set to 100644
File size: 105 bytes
Line 
1export class Pharmacy {
2 name: string;
3 location: string;
4 address: string;
5 workAllTime: boolean;
6}
Note: See TracBrowser for help on using the repository browser.