import { Module } from "../../../types/enums/Module"; import { Schema as AppSchema } from "../../application/schema"; export interface Schema extends Partial { name: string; modules: Module[]; skipInstall: boolean; }