feat: add AdEvent enum to have an exhaustive list of all possible AdEvent values (#3374)

* feat: add AdEvent enum to have an exhaustive list of all possible values
This commit is contained in:
Axel Vencatareddy
2023-11-23 08:46:59 +01:00
committed by GitHub
parent 364944b329
commit b3744f9b9f
4 changed files with 155 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
export * from './Ads';
export * from './events';
export {default as FilterType} from './FilterType';
export * from './language';