Skip to content

Commit

Permalink
chore: export PointsOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapedGibbon committed Jun 7, 2024
1 parent 0c64fc7 commit 91f9d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roi/Roi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getMask, GetMaskOptions } from './getMask';
import { getEllipse } from './properties/getEllipse';
import { Border, Ellipse } from './roi.types';

interface PointsOptions {
export interface PointsOptions {
/**
* Kind of coordinates that will be calculated and cached.
* For each kind the cache is different as well.
Expand Down

0 comments on commit 91f9d4b

Please sign in to comment.