UNPKG

@jaricardodev/ews-javascript-api

Version:
16 lines (13 loc) 233 B
/** * Defines the type of search result. */ export enum SearchResultType { /** * Keyword statistics only. */ StatisticsOnly = 0, /** * Preview only. */ PreviewOnly = 1 }