UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 205 B
import { IPaymentPix } from '../interfaces'; export declare class PaymentPixEntity implements IPaymentPix { pixKey: string; urlQrImage: string; constructor(data?: Partial<PaymentPixEntity>); }