import { BabylonItemI } from './babylon-item.interface'; export interface BabylonGlobalsFaqGroup { listId: number; items: BabylonItemI[]; }