3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
|
import type { FieldCharType } from "./FieldCharType";
|
||
|
|
||
|
export interface FieldChar { fieldCharType: FieldCharType, dirty: boolean, }
|