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