Type Alias CharacteristicValue

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