import {Type} from "./types" export class TypeField { constructor(public name: string, public type: Type) {} }