/**
 * OpenZeppelin Relayer API
 * OpenZeppelin Relayer API
 *
 * The version of the OpenAPI document: 1.0.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 { EvmPolicyResponse } from './evm-policy-response';
import type { SolanaPolicyResponse } from './solana-policy-response';
import type { StellarPolicyResponse } from './stellar-policy-response';
/**
 * @type RelayerNetworkPolicyResponse
 * Policy types for responses - these don\'t include network_type tags since the network_type is already available at the top level of RelayerResponse
 * @export
 */
export type RelayerNetworkPolicyResponse = EvmPolicyResponse | SolanaPolicyResponse | StellarPolicyResponse;
