``` public const array TYPES = [ 'base', 'ad', 'service', ]; ``` after save it makes it: ``` public const arrayTYPES = [ 'base', 'ad', 'service', ]; ```