export interface Schema {
    filename?: string;
    name: string;
    path?: string;
    project?: string;
    component?: boolean;
}
