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 dff0522 commit ebf1a7cCopy full SHA for ebf1a7c
src/types/apiInterfaces.ts
@@ -233,6 +233,7 @@ export interface IApiErrorResponse {
233
field: string; // Todo - Check with PAPI the list of possible fields to declare const and types
234
severity: string; // Todo - Check with PAPI the list of possible severities to declare const and types
235
sub_type: string; // Todo - Check with PAPI the list of possible sub_types to declare const and types
236
+ address_type?: string;
237
}
238
239
export interface IApiErrorsResponse {
0 commit comments