Skip to content

Commit

Permalink
style: type
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt committed May 8, 2024
1 parent e3cf02b commit d39d1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spoof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface ClickOptions extends MoveOptions {
*/
readonly waitForClick?: number
/**
* Delay after performing the click in milliseconds.
* @extends moveDelay
* @default 2000
*/
readonly moveDelay?: number
Expand All @@ -76,7 +76,7 @@ export interface PathOptions {

interface RandomMoveOptions extends Pick<MoveOptions, 'moveDelay' | 'moveSpeed'> {
/**
* Delay after performing the click in milliseconds.
* @extends moveDelay
* @default 2000
*/
readonly moveDelay?: number
Expand Down

0 comments on commit d39d1b2

Please sign in to comment.