type alias Days

Represents a duration of time in days.

Definition

Brand<number, "days">

Usage

import { type Days } from ".";