/** 처리 대상 파트너가 존재하지 않는 경우 */ export type PlatformTargetPartnerNotFoundError = { type: "PLATFORM_TARGET_PARTNER_NOT_FOUND"; message?: string; };