import { TokenExchangeInvokeRequest } from '../token-exchange/token-exchange-invoke-request.js'; /** * Defines the structure that arrives in the Activity.Value.Authentication for Invoke * activity with Name of 'adaptiveCard/action'. */ type AdaptiveCardAuthentication = TokenExchangeInvokeRequest; export type { AdaptiveCardAuthentication };