diff --git a/index.d.ts b/index.d.ts index a15c51e..ce8f528 100644 --- a/index.d.ts +++ b/index.d.ts @@ -23,7 +23,8 @@ export type PhoneNumberPossibility = | 'invalid' | 'invalid-country-code' | 'too-long' - | 'too-short'; + | 'too-short' + | 'unknown'; /** * Parse a phone number into an object describing the number.