Type Alias OValue

OValue: Primitive | any[] | {
    [key: string]: OValue;
}

The new OpenVectorTile type can create complex nested objects. May either be a string, number, boolean, null, an array of those types, or an object of those types Object keys are always strings, values can be any basic type, an array, or a nested object.