IOnBeforeActionArguments type

The object passed to BaseAdaptiveCardExtension.onBeforeAction() when an Adaptive Card Action is executed.

export type IOnBeforeActionArguments = BaseOnBeforeActionArguments<IQuickViewActionArguments | IExternalLinkActionArguments | IShowLocationActionArguments>;