O365ConnectorCardInputType type

O365ConnectorCardInputType の値を定義します。 指定できる値は、'textInput'、'dateInput'、'multichoiceInput' です。

type O365ConnectorCardInputType = "textInput" | "dateInput" | "multichoiceInput"