export interface Schema {
    path?: string;
    project: string;
    name: string;
    includes: boolean;
    environment: boolean;
    file: string;
}