IsValidDateRangeProps
The IsValidDateRangeProps type.
import type { IsValidDateRangeProps } from "@northguild/gmt/plain/validate";Members
Section titled “Members”| Member | Type | Description |
|---|---|---|
value1 |
string |
— |
value2 |
string |
— |
options? |
{ allowEqual?: boolean; } |
— |
Definition
Section titled “Definition”interface IsValidDateRangeProps { value1: string; value2: string; options?: { allowEqual?: boolean };}