bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iManagerTimeline<T>

    interface iManagerTimeline<T extends NumberType> {
        manager: string;
        timelineTimes: iUintRange<T>[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    manager: string

    The manager of the collection.

    timelineTimes: iUintRange<T>[]

    The times of the timeline item. Times in a timeline cannot overlap.