Skip to content

Commit

Permalink
Update definitions + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Dec 18, 2024
1 parent 343428c commit d3eafeb
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 10 deletions.
101 changes: 92 additions & 9 deletions visual-js/visual/src/graphql/__generated__/graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visual-js/visual/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type FullPageScreenshotOptions<T> =
/**
* Change scroll behaviour before and after taking full page screenshot. Available only on native apps.
*/
scrollOptions?: ScrollOption;
scrollOption?: ScrollOption;
};

export type Ignorable<T> = T | T[] | Promise<T> | Promise<T[]> | RegionIn;
Expand Down

0 comments on commit d3eafeb

Please sign in to comment.