Type alias DateSearchTargets

DateSearchTargets: string | number | Date | dayjs.Dayjs | null

Valid date inputs to provide to the target parameter. If the value is falsy an error will be thrown.

Generated using TypeDoc