Type Alias DimensionListDef

Defines the lists of dimensions.

type DimensionListDef = {
    qData?: Record<string, string>;
    qType?: string;
}
Index

Properties

Properties

qData?: Record<string, string>

Data

qType?: string

Type of the list.