Type Alias NavigationConstraint

NavigationConstraint:
    | "next"
    | "today"
    | "previous"
    | "nextYear"
    | "previousYear"
""