type alias Hours

Represents a duration of time in hours.

Definition

Brand<number, "hours">

Usage

import { type Hours } from ".";