Timeline

interface Timeline<T> {
    display: string;
    timestampUTC: Date;
    type: T;
}

Type Parameters

  • T

Properties

display: string

Timeline display name

timestampUTC: Date

Timeline timestamp

type: T

Timeline type