import { BellowContract } from './bellow.contract'; export interface AccordionContract{ id?: number; titles: string[]; bellows: BellowContract[]; }