UNPKG

scheunemann-interfaces

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