import type { PlatformSetting } from "./../platform/PlatformSetting.js"; /** 플랫폼 설정 업데이트 결과 */ export type UpdatePlatformSettingResponse = { setting: PlatformSetting; };