Type alias TrendItem

TrendItem: {
    data: number[] | null;
    dataCount: number | null;
    description: string | null;
    endDate: string;
    startDate: string;
    trendId: string | null;
    unit: string | null;
}

Type declaration

  • data: number[] | null

    The trend data

  • dataCount: number | null

    The trend data count

  • description: string | null

    The trend item description

  • endDate: string

    The trend end date

  • startDate: string

    The trend start date

  • trendId: string | null

    The trend id

  • unit: string | null

    The trend item unit

Generated using TypeDoc