UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 100 B
export interface IPaymentCard { brand: string; maskedNumber: string; tokenId: string; }