We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3380752 commit 7575a63Copy full SHA for 7575a63
types/common.ts
@@ -81,7 +81,7 @@ export interface UsAddress {
81
/**
82
* Two letters representing the state. Only required for US addresses.
83
*/
84
- state?: State
+ state: State
85
86
87
* Postal code.
0 commit comments