import { JsonCompatible } from 'itk-wasm'; interface Mz3WriteMeshNodeResult { /** Whether the input could be written. If false, the output mesh is not valid. */ couldWrite: JsonCompatible; } export default Mz3WriteMeshNodeResult;