mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
add mock passport data generator
This commit is contained in:
4
app/src/types/country-iso-3-to-2.d.ts
vendored
Normal file
4
app/src/types/country-iso-3-to-2.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'country-iso-3-to-2' {
|
||||
function getCountryISO2(iso3: string): string;
|
||||
export = getCountryISO2;
|
||||
}
|
||||
Reference in New Issue
Block a user