🤖 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:
Julien Tregoat
2023-06-20 20:01:33 -04:00
committed by GitHub
parent 046fa6ae5e
commit 6429cf82a5

View File

@@ -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?: