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