export interface CardItemButton {
    icon: string;
    action: (data: any) => void;
}
