/**
 * OpenZeppelin Relayer API
 * OpenZeppelin Relayer API
 *
 * The version of the OpenAPI document: 1.3.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { DisabledReasonOneOf } from './disabled-reason-one-of';
import type { DisabledReasonOneOf1 } from './disabled-reason-one-of1';
import type { DisabledReasonOneOf2 } from './disabled-reason-one-of2';
import type { DisabledReasonOneOf3 } from './disabled-reason-one-of3';
import type { DisabledReasonOneOf4 } from './disabled-reason-one-of4';
/**
 * @type DisabledReason
 * Reason for a relayer being disabled by the system This represents persistent state, converted from HealthCheckFailure when disabling
 * @export
 */
export type DisabledReason = DisabledReasonOneOf | DisabledReasonOneOf1 | DisabledReasonOneOf2 | DisabledReasonOneOf3 | DisabledReasonOneOf4;
