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

3 lines
131 B
TypeScript

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