Desarrollador de Software
Key dinámicos en Typescript:
interface Example1 { [key: string]: string; }; type Example2 = { [key: string]: string; };