Data struct to contain both B and C sections.

interface AIData<TDomain> {
    baseData: TDomain;
    baseType: string;
}

Type Parameters

  • TDomain

Hierarchy (view full)

Implemented by

Properties

Properties

baseData: TDomain

Container for data item (B section).

baseType: string

Name of item (B section) if any. If telemetry data is derived straight from this, this should be null.