export interface IInvoicePix {
    qrCode: string;
    qrCodeImage: string;
    qrCodeText: string;
    status: string;
    expiresAt: Date;
}
