docx-rs/docx-wasm/js/json/bindings/FieldChar.ts

3 lines
131 B
TypeScript
Raw Permalink Normal View History

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