# I've got (generated) code that looks like: enum CarBrand { TOYOTA = <any>'TOYOTA', FORD = <any>'FORD' } What is the purpose of the <any> part here? Does it have any drawbacks if its written like that?