Skip to content

Commit ebf1a7c

Browse files
jdartjdart-bold
andauthored
PXP-2209-process-error-address-validation (#12)
Co-authored-by: Jonathan Dart <jonathan.dart@boldcommerce.com>
1 parent dff0522 commit ebf1a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/apiInterfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export interface IApiErrorResponse {
233233
field: string; // Todo - Check with PAPI the list of possible fields to declare const and types
234234
severity: string; // Todo - Check with PAPI the list of possible severities to declare const and types
235235
sub_type: string; // Todo - Check with PAPI the list of possible sub_types to declare const and types
236+
address_type?: string;
236237
}
237238

238239
export interface IApiErrorsResponse {

0 commit comments

Comments
 (0)