Files
mtdb_movie/common/resources/client/ui/cookie-notice/cookie-law-countries.ts
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

33 lines
281 B
TypeScript
Executable File

export const COOKIE_LAW_COUNTRIES = [
'AT',
'BE',
'BG',
'BR',
'CY',
'CZ',
'DE',
'DK',
'EE',
'EL',
'ES',
'FI',
'FR',
'GB',
'HR',
'HU',
'IE',
'IT',
'LT',
'LU',
'LV',
'MT',
'NL',
'NO',
'PL',
'PT',
'RO',
'SE',
'SI',
'SK',
];