export interface Schema {
    project: string;
    type: 'afelio' | 'bootstrap' | 'tailwind';
}