type alias Minutes

Represents a duration of time in minutes.

Definition

Brand<number, "minutes">

Usage

import { type Minutes } from ".";