import { FieldType } from "../types/field"; export class FieldOptions { readonly name?: string; readonly type?: FieldType }