/** 세금계산서 파일 첨부 정보 */ export type AttachB2bTaxInvoiceFileBody = { /** 파일 아이디 */ fileId: string; };