MessagingExtensionQueryOptions interface
Represents query options for a messaging extension.
Property Details
count
The number of items to retrieve.
count?: number
Property Value
number
skip
The number of items to skip.
skip?: number
Property Value
number