UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

7 lines (6 loc) 144 B
import { Type } from "./types"; export declare class TypeField { name: string; type: Type; constructor(name: string, type: Type); }