/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403CustomerNotExists = { /** * customer.not.exists */ errorCode: string; /** * No customer with given external ID ${externalId} exists. */ message: string; /** * 403 */ statusCode: number; }