Date Range

Date range with start, end, and optional timezone.

Report an issue
common

Install

$ npx shadcn@latest add @open-types/date-range

Source

export interface DateRange {
  start: string;
  end: string;
  timezone?: string;
}
export interface DateRange {
  start: string;
  end: string;
  timezone?: string;
}