export const Frameworks = ['angular', 'react', 'node'] as const; export type Framework = typeof Frameworks[number];