import { Cards3colItem } from '../../components/core/cards-3col/cards-3col.component'; export interface Cards3colI { items: Cards3colItem[]; }