export interface Schema { intoSection: boolean; name: string; section: string; parent: string; page: string; path: string; }