O365ConnectorCardInputType type
Defines values for O365ConnectorCardInputType. Possible values include: 'textInput', 'dateInput', 'multichoiceInput'
type O365ConnectorCardInputType = "textInput" | "dateInput" | "multichoiceInput"