diff --git a/src/types.ts b/src/types.ts index 2842b271..05fbea12 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1234,7 +1234,7 @@ export interface AddressResponse { address: string; description?: string; tag: string; - type?: number; + type?: string; customerRefId?: number; addressFormat?: string; legacyAddress?: string;