ICardAction type

Type of handler for when a button is pressed.

export declare type ICardAction = IQuickViewCardAction | IExternalLinkCardAction | ISubmitCardAction | ISelectMediaCardAction | IGetLocationCardAction | IShowLocationCardAction | IExecuteCardAction;