/** 세금계산서 팝업 URL 성공 응답 */ export type GetB2bTaxInvoicePopupUrlResponse = { /** 세금계산서 팝업 URL */ url: string; };