mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
🤖 Merge PR #65843 @types/shippo - add missing is_complete property to Address by @julientregoat
* Update index.d.ts missing `Address.is_complete` property * missing semicolon
This commit is contained in:
1
types/shippo/index.d.ts
vendored
1
types/shippo/index.d.ts
vendored
@@ -386,6 +386,7 @@ declare namespace Shippo {
|
||||
zip?: string | undefined;
|
||||
country?: Country | undefined;
|
||||
is_residential?: boolean | undefined;
|
||||
is_complete?: boolean | undefined;
|
||||
validate?: boolean | undefined;
|
||||
metadata?: string | undefined;
|
||||
validation_results?:
|
||||
|
||||
Reference in New Issue
Block a user