mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Removing erroneous text
This commit is contained in:
4
types/office-js/index.d.ts
vendored
4
types/office-js/index.d.ts
vendored
@@ -13588,12 +13588,12 @@ declare namespace OfficeExtension {
|
||||
*/
|
||||
expand?: string | string[];
|
||||
/**
|
||||
* Only usable on collection types. Specifies the maximum number of collection items that can be included in the result.
|
||||
* Only usable on collection types. Specifies the maximum number of collection items that can be included in the result.
|
||||
*/
|
||||
top?: number;
|
||||
/**
|
||||
* Only usable on collection types. Specifies the number of items in the collection that are to be skipped and not included in the result. If top is specified, the result set will start after skipping the specified number of items.
|
||||
*/
|
||||
*/
|
||||
skip?: number;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user