export class Pharmacy { name: string; location: string; address: string; workAllTime: boolean; }