From 21f5c542ca7532cbc543040bb17efa2e9381bc1c Mon Sep 17 00:00:00 2001 From: shagufa-ali <80478231+shagufa-ali@users.noreply.github.com> Date: Tue, 28 Nov 2023 13:20:14 -0600 Subject: [PATCH] reverting back the address changes --- src/types/apiInterfaces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/apiInterfaces.ts b/src/types/apiInterfaces.ts index bf489c1..5c601cc 100644 --- a/src/types/apiInterfaces.ts +++ b/src/types/apiInterfaces.ts @@ -245,6 +245,7 @@ export interface IApiErrorResponse { field: string; // Todo - Check with PAPI the list of possible fields to declare const and types severity: string; // Todo - Check with PAPI the list of possible severities to declare const and types sub_type: string; // Todo - Check with PAPI the list of possible sub_types to declare const and types + address_type?: string; } export interface IApiErrorsResponse {