Skip to content

Commit 7575a63

Browse files
Update state to be required for US addresses (#427)
1 parent 3380752 commit 7575a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export interface UsAddress {
8181
/**
8282
* Two letters representing the state. Only required for US addresses.
8383
*/
84-
state?: State
84+
state: State
8585

8686
/**
8787
* Postal code.

0 commit comments

Comments
 (0)