Skip to content

Commit

Permalink
removed feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Jan 15, 2025
1 parent 048f685 commit 130fe35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/types/facility/facility.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { FeatureFlag } from "@/Utils/featureFlags";

import { Organization } from "../organization/organization";
import { Organization } from "@/types/organization/organization";

export interface BaseFacility {
id: string;
Expand Down Expand Up @@ -30,7 +28,6 @@ export interface FacilityData {
geo_organization: Organization;
latitude: number;
longitude: number;
facility_flags?: FeatureFlag[];
pincode: number;
is_public: boolean;
}

0 comments on commit 130fe35

Please sign in to comment.