/**
 * 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 { OperationSpecOneOf } from './operation-spec-one-of';
import type { OperationSpecOneOf1 } from './operation-spec-one-of1';
import type { OperationSpecOneOf2 } from './operation-spec-one-of2';
import type { OperationSpecOneOf3 } from './operation-spec-one-of3';
/**
 * @type OperationSpec
 * @export
 */
export type OperationSpec = OperationSpecOneOf | OperationSpecOneOf1 | OperationSpecOneOf2 | OperationSpecOneOf3;
