Skip to content

Commit

Permalink
fix: add missing import ImageFrame type logic
Browse files Browse the repository at this point in the history
  • Loading branch information
TakhyunKim committed Aug 5, 2024
1 parent ef300bc commit bd5dfeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dicomImageLoader/src/types/DICOMLoaderIImage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { Types } from '@cornerstonejs/core';
import { ByteArray, DataSet } from 'dicom-parser';
import ImageFrame from './ImageFrame'

export interface DICOMLoaderIImage extends Types.IImage {
decodeTimeInMS: number;
floatPixelData?: ByteArray | Float32Array;
Expand Down

0 comments on commit bd5dfeb

Please sign in to comment.