/** 세금계산서 프린트 URL 성공 응답 */ export type GetB2bTaxInvoicePrintUrlResponse = { /** 세금계산서 프린트 URL */ url: string; };