UNPKG

@cloudquery/plugin-sdk-javascript

Version:

This is the high-level package to use for developing CloudQuery plugins in JavaScript

9 lines (8 loc) 297 B
import { Type, DataType } from '@apache-arrow/esnext-esm'; import type { ExtensionType } from './extensions.js'; export declare class JSONType extends DataType<Type.Binary> implements ExtensionType { constructor(); get name(): string; get metadata(): string; toString(): string; }