eligius
    Preparing search index...

    Interface IDuration

    Describes a duration of time expressed in a start and an optional end range with a one second interval.

    interface IDuration {
        end?: number;
        start: number;
    }
    Index

    Properties

    Properties

    end?: number
    start: number