export interface IOrderPaymentPix {
    imageBase64: string;
    paymentLink: string;
    pixKey: string;
    urlQrImage: string;
}
