Type alias CharacteristicValue

CharacteristicValue: PrimitiveTypes | PrimitiveTypes[] | {
    [key: string]: PrimitiveTypes;
}

Type declaration