chore: cleanup some code

This commit is contained in:
Richard
2024-12-20 22:22:33 +05:30
committed by GitHub
parent 9c2ae526b9
commit b39fca1925

View File

@@ -14,8 +14,8 @@ interface ActionContextProps {
paginationType: PaginationType;
limitType: LimitType;
customLimit: string;
captureStage: CaptureStage; // New captureStage property
setCaptureStage: (stage: CaptureStage) => void; // Setter for captureStage
captureStage: CaptureStage;
setCaptureStage: (stage: CaptureStage) => void;
startPaginationMode: () => void;
startGetText: () => void;
stopGetText: () => void;