chore: cleanup some code
This commit is contained in:
@@ -14,8 +14,8 @@ interface ActionContextProps {
|
|||||||
paginationType: PaginationType;
|
paginationType: PaginationType;
|
||||||
limitType: LimitType;
|
limitType: LimitType;
|
||||||
customLimit: string;
|
customLimit: string;
|
||||||
captureStage: CaptureStage; // New captureStage property
|
captureStage: CaptureStage;
|
||||||
setCaptureStage: (stage: CaptureStage) => void; // Setter for captureStage
|
setCaptureStage: (stage: CaptureStage) => void;
|
||||||
startPaginationMode: () => void;
|
startPaginationMode: () => void;
|
||||||
startGetText: () => void;
|
startGetText: () => void;
|
||||||
stopGetText: () => void;
|
stopGetText: () => void;
|
||||||
|
|||||||
Reference in New Issue
Block a user