/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AddressNotFound = { /** * Address.not.found */ errorCode: string; /** * No such address exists. */ message: string; /** * 403 */ statusCode: number; }