diff --git a/src/types/index.ts b/src/types/index.ts index ab8b6cc..b55b5dc 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -20,7 +20,8 @@ export type PhoneMeta = { country: PhoneNumber['country'], countryCode: PhoneNumber['country'], valid: boolean, - formatted: string + possible: boolean, + formatted: string, nationalNumber: string };