import IData from "./IData"; export default interface ISectionData { title: string; data: IData[]; index?: number; }