UNPKG

@circle-fin/circle-sdk

Version:
13 lines (12 loc) 425 B
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { CryptoPayment } from "./crypto-payment"; import { FiatPaymentPolymorphic } from "./fiat-payment-polymorphic"; /** * @type GetPaymentResponseData * @export */ export declare type GetPaymentResponseData = CryptoPayment | FiatPaymentPolymorphic;