A pair consisting of length of time and the unit of time measured. It is the atomic unit from which all duration literals are composed.

interface Duration {
    magnitude?: number;
    type?: string;
    unit?: string;
}

Properties

magnitude?: number
type?: string
unit?: string
MMNEPVFCICPMFPCPTTAAATR