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