source: Farmatiko/ClientApp/src/app/models/HealthcareWorkers.ts@ d8fafb8

Last change on this file since d8fafb8 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: 170 bytes
Line 
1import { HealthFacilities } from "./HealthFacilities";
2
3export class HealthcareWorkers {
4 name: string;
5 branch: Date;
6 facility: HealthFacilities;
7 title: string;
8}
Note: See TracBrowser for help on using the repository browser.