UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 223 B
import { IIuguPaymentTokenData } from './i-payment-token-data'; export interface IIuguPaymentToken { customerId: string; data: IIuguPaymentTokenData; description: string; id: string; itemType: string; }