UNPKG

@cloudquery/plugin-sdk-javascript

Version:

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

7 lines (6 loc) 212 B
import type { DataType } from '@apache-arrow/esnext-esm'; export interface ExtensionType { get name(): string; get metadata(): string; } export declare const isExtensionType: (type: DataType) => boolean;