type GetInvoiceFileParams = {
    invoiceNo: string;
    templateCode: string;
    fileType: 'PDF' | 'ZIP';
};
export { GetInvoiceFileParams };
