UNPKG

@brimdata/zealot

Version:

The Javascript Client for Zed Lakes

6 lines (4 loc) 114 B
import {Type} from "./types" export class TypeField { constructor(public name: string, public type: Type) {} }