type alias Seconds

Represents a duration of time in seconds.

Definition

Brand<number, "seconds">

Usage

import { type Seconds } from ".";