/**
 * 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 { ContractSourceOneOf } from './contract-source-one-of';
import type { ContractSourceOneOf1 } from './contract-source-one-of1';
/**
 * @type ContractSource
 * Represents the source for contract creation
 * @export
 */
export type ContractSource = ContractSourceOneOf | ContractSourceOneOf1;
