A timeseries object containing queries and formulas arrays.

Hierarchy

  • UnitCostQueryDefinition

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
formulas: {
    [key: string]: any;
}[]

The list of formulas applied to the queries for this side of the ratio.

queries: {
    [key: string]: any;
}[]

The list of queries evaluated for this side of the ratio.

Generated using TypeDoc