Type alias CustomAttributeValuesUnion

CustomAttributeValuesUnion: string | string[] | number | number[] | UnparsedObject

The value of a custom attribute. The accepted format depends on the attribute's type and whether it accepts multiple values.

Generated using TypeDoc