Type Alias: UnitTypeLong

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

ts
type UnitTypeLong = 
  | "millisecond"
  | "second"
  | "minute"
  | "hour"
  | "day"
  | "month"
  | "year"
  | "date";

Defined in: node_modules/.pnpm/dayjs@1.11.23/node_modules/dayjs/index.d.ts:24