import type { PlatformPartnerFilterInput } from "./../../platform/PlatformPartnerFilterInput.js"; /** * 파트너 일괄 국세청 연동 요청 정보 * * 파트너들을 일괄 국세청 연동합니다. */ export type ConnectBulkPartnerMemberCompanyBody = { /** 일괄 국세청 연동할 파트너 조건 필터 */ filter?: PlatformPartnerFilterInput; };