/** 보관된 계약을 업데이트하려고 하는 경우 */ export type PlatformArchivedContractError = { type: "PLATFORM_ARCHIVED_CONTRACT"; message?: string; };