UNPKG

@jaricardodev/ews-javascript-api

Version:
21 lines (17 loc) 270 B
/** * The values indicate the types of item icons to display. */ export enum SendPrompt { /** * None */ None = 0, /** * Send */ Send = 1, /** * VotingOption */ VotingOption = 2 }