Update types.ts
Add Albanian code as country code
This commit is contained in:
parent
79b2beac70
commit
1f4f3fbd9e
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue