import { IPredictionMoon } from "./components/PredictionMoonsSlider"; export const predictionMoonsPeriods: IPredictionMoon[] = [ { period: "today", }, { period: "week", }, { period: "month", }, { period: "year", }, ];