import { Schematic } from "../../types/enums/Schematic"; export interface Schema { name: string; types: Schematic[]; isAutoGenerated: boolean; skipInstall: boolean; version: boolean; help: boolean; }