/** 추가 담당자 */ export type B2bTaxInvoiceAdditionalContact = { /** * 성명 * * 최대 100자 */ name?: string; /** 이메일 */ email: string; };