Type Alias: UnitTypeLong
ts
type UnitTypeLong =
| "millisecond"
| "second"
| "minute"
| "hour"
| "day"
| "month"
| "year"
| "date";
Defined in: node_modules/.pnpm/[email protected]/node_modules/dayjs/index.d.ts:24