import { CardButton } from "./card-button.model"; export interface CardInfo { title: string; subTitle?: string; description: string; headerActions?: CardButton[]; footerActions?: CardButton[]; }