sora-js-sdk
    Preparing search index...

    Type Alias JSONType

    JSONType:
        | null
        | boolean
        | number
        | string
        | JSONType[]
        | { [prop: string]: undefined
        | JSONType }