import type { IChipsItem } from '../types'; export interface IInfoChips { title: string chips: IChipsItem[] }