import type { FieldCharType } from "./FieldCharType"; export interface FieldChar { fieldCharType: FieldCharType, dirty: boolean, }