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

Generated using TypeDoc