vlocode-project - v2.4.3
    Preparing search index...

    Type Alias DataMapperJsonValue

    DataMapperJsonValue:
        | null
        | boolean
        | number
        | string
        | DataMapperJsonValue[]
        | { [key: string]: DataMapperJsonValue }