type Constructor = { constructorId: string, url: string, name: string, nationality: string, }; export default Constructor;