bupkis
    Preparing search index...

    Type Alias JSONType

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