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