Skip to content

Commit 2de26ec

Browse files
[office-js] [office-js-preview] (PowerPoint) Minor update (DefinitelyTyped#73996)
1 parent 5b6940b commit 2de26ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

types/office-js-preview/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195874,7 +195874,7 @@ declare namespace PowerPoint {
195874195874
*/
195875195875
$top?: number;
195876195876
/**
195877-
* Specify the number of items in the collection that are to be skipped and not included in the result. If top is specified, the selection of result will start after skipping the specified number of items.
195877+
* Specify the number of items in the collection that are to be skipped and not included in the result. If `top` is specified, the selection of result will start after skipping the specified number of items.
195878195878
*/
195879195879
$skip?: number;
195880195880
}

types/office-js/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184874,7 +184874,7 @@ declare namespace PowerPoint {
184874184874
*/
184875184875
$top?: number;
184876184876
/**
184877-
* Specify the number of items in the collection that are to be skipped and not included in the result. If top is specified, the selection of result will start after skipping the specified number of items.
184877+
* Specify the number of items in the collection that are to be skipped and not included in the result. If `top` is specified, the selection of result will start after skipping the specified number of items.
184878184878
*/
184879184879
$skip?: number;
184880184880
}

0 commit comments

Comments
 (0)