
The change converts the following files to typescript: * elements/plugins/gr-settings-api/gr-settings-api.ts * elements/shared/gr-change-status/gr-change-status.ts * elements/admin/gr-repo-plugin-config/gr-repo-plugin-config.ts Change-Id: I14aebafee44ab11066699164356e3177742db802
constants
folder should contain:
- constants used across files
- messages used across files, like toasters, notifications etc
For every constant defined, please add a @desc
for it, once the list grows bigger,
we should consider grouping them with sub folders / files.