Skip to content

Commit

Permalink
add possible in type PhoneMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
waveo-wangxiao authored Apr 3, 2024
1 parent 33b3bc9 commit 12e6221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export type PhoneMeta = {
country: PhoneNumber['country'],
countryCode: PhoneNumber['country'],
valid: boolean,
formatted: string
possible: boolean,
formatted: string,
nationalNumber: string
};

Expand Down

0 comments on commit 12e6221

Please sign in to comment.