Converts a key/value object type description with ValueTypeDescription values to the corresponding JS type. E.g., { key: 'boolean?' } becomes { key?: boolean }.
Converts a key/value object type description with ValueTypeDescription values to the corresponding JS type. E.g., { key: 'boolean?' } becomes { key?: boolean }.