Update types.ts

Add Albanian code as country code
This commit is contained in:
GSTAR 2025-10-14 21:40:57 +02:00 committed by WebStreamr
parent 79b2beac70
commit 1f4f3fbd9e
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ export type Config = Partial<Record<CountryCode | 'showErrors' | 'includeExterna
export enum CountryCode {
multi = 'multi',
al = 'al',
ar = 'ar',
bg = 'bg',
cs = 'cs',