CardViewActionsFooterParameters type

The actions-only footer parameters for the card view.

export declare type CardViewActionsFooterParameters = [ICardButtonParameters] | [ICardButtonParameters, ICardButtonParameters] | undefined;