/**
 * 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 { MemoSpecOneOf } from './memo-spec-one-of';
import type { MemoSpecOneOf1 } from './memo-spec-one-of1';
import type { MemoSpecOneOf2 } from './memo-spec-one-of2';
import type { MemoSpecOneOf3 } from './memo-spec-one-of3';
import type { MemoSpecOneOf4 } from './memo-spec-one-of4';
/**
 * @type MemoSpec
 * @export
 */
export type MemoSpec = MemoSpecOneOf | MemoSpecOneOf1 | MemoSpecOneOf2 | MemoSpecOneOf3 | MemoSpecOneOf4;
