export type TypeProject = 'docusaurus' | 'next.js' | 'astro' | 'react' | 'json';
