Skip to content

IsValidDateRangeProps

The IsValidDateRangeProps type.

import type { IsValidDateRangeProps } from "@northguild/gmt/plain/validate";
Member Type Description
value1 string
value2 string
options? { allowEqual?: boolean; }
interface IsValidDateRangeProps {
value1: string;
value2: string;
options?: { allowEqual?: boolean };
}

plain/validate/isValidDateRange.ts