AnyValueItem: string | number | {
    [key: string]: any;
} | boolean | UnparsedObject

A single item in an array of arbitrary values, which can be a string, number, object, or boolean.

Generated using TypeDoc