CardViewActionsFooterConfiguration type
The actions-only footer configuration for the card view.
export type CardViewActionsFooterConfiguration = ICardButtonConfiguration | [ICardButtonConfiguration, ICardButtonConfiguration] | undefined;