/** 보관된 파트너를 업데이트하려고 하는 경우 */ export type PlatformArchivedPartnerError = { type: "PLATFORM_ARCHIVED_PARTNER"; message?: string; };