Type Alias IDateGranularity

IDateGranularity:
    | "century"
    | "decade"
    | "year"
    | "month"
    | "week"
    | "day_of_week"
    | "day_of_month"
    | "day_of_year"
    | "hour"
    | "minute"
    | "second"