Skip to content

Commit

Permalink
fixed the global types docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikova-natalya authored and K0R0L committed Oct 12, 2023
1 parent a236ef6 commit 05a3d4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions word/apiBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -4138,14 +4138,12 @@

/**
* The watermark type.
* @returns {("none" | "text" | "image")} WatermarkType
* @constructor
* @typedef {("none" | "text" | "image")} WatermarkType
*/

/**
* The watermark direction.
* @returns {("horizontal" | "clockwise45" | "counterclockwise45")} WatermarkDirection
* @constructor
* @typedef {("horizontal" | "clockwise45" | "counterclockwise45")} WatermarkDirection
*/

/**
Expand Down

0 comments on commit 05a3d4e

Please sign in to comment.