/**
 * 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 { StellarTokenKindOneOf1Contract } from './stellar-token-kind-one-of1-contract';
/**
 *
 * @export
 * @interface StellarTokenKindOneOf1
 */
export interface StellarTokenKindOneOf1 {
    /**
     *
     * @type {StellarTokenKindOneOf1Contract}
     * @memberof StellarTokenKindOneOf1
     */
    'contract': StellarTokenKindOneOf1Contract;
}
