@itk-wasm/image-io
Version:
Input and output for scientific and medical image file formats.
13 lines (8 loc) • 348 B
text/typescript
// Generated file. To retain edits, remove this comment.
import { JsonCompatible } from 'itk-wasm'
interface VtkWriteImageNodeResult {
/** Whether the input could be written. If false, the output image is not valid. */
couldWrite: JsonCompatible
/** Output image serialized in the file format. */
}
export default VtkWriteImageNodeResult