export type RecirculationFanSpot = { _id: string; direction: "left" | "right"; }; export type RecirculationFanSpotDraft = Omit;