From 05a3d4ef58b6d1d512944ecfa6e948c5f4a08655 Mon Sep 17 00:00:00 2001 From: Natalia Date: Thu, 12 Oct 2023 17:44:20 +0300 Subject: [PATCH] fixed the global types docs --- word/apiBuilder.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/word/apiBuilder.js b/word/apiBuilder.js index 3d531d5595..ba536e3297 100644 --- a/word/apiBuilder.js +++ b/word/apiBuilder.js @@ -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 */ /**