Type Alias SQLiteCloudDataTypes

SQLiteCloudDataTypes:
    | string
    | number
    | bigint
    | boolean
    | Record<string | number, unknown>
    | Buffer
    | null
    | undefined

Basic types that can be returned by SQLiteCloud APIs