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

Last change on this file since 4e72684 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.