export type BlockKind = 'hero' | 'section-card' | 'section-faq' | 'section-pricing' | 'section-stats' | 'section-table' | 'header-navbar' | 'command-list' | 'section-form' | 'section-tabs' | 'section-list-group' | 'section-alert' | 'section-progress' | 'footer-navigation' | 'section-carousel'; export interface Schema { name: string; project: string; path?: string; kind?: BlockKind; }