export interface IDesenfilaContainerOrderPix {
    qrCode: string;
    image: string;
    templateImage: string;
}
