UNPKG

@cloudquery/plugin-sdk-javascript

Version:

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

9 lines (8 loc) 292 B
import { FixedSizeBinary } from '@apache-arrow/esnext-esm'; import type { ExtensionType } from './extensions.js'; export declare class UUIDType extends FixedSizeBinary implements ExtensionType { constructor(); get name(): string; get metadata(): string; toString(): string; }