Skip to content

Type Alias: ROIType

ts
type ROIType = "coords" | "volume" | "vector" | "surface";

Defined in: src/types.ts:61

Released under the MIT License.