export interface Schema { project: string; theme: 'cosmic' | 'default' | 'corporate'; customization: boolean; layout: boolean; animations: boolean; }