Files
openclaw/apps/macos/Sources/OpenClaw/AnyCodable+Helpers.swift

7 lines
221 B
Swift
Raw Normal View History

import Foundation
2026-01-30 03:15:10 +01:00
import OpenClawKit
2026-01-30 03:15:10 +01:00
// Prefer the OpenClawKit wrapper to keep gateway request payloads consistent.
typealias AnyCodable = OpenClawKit.AnyCodable
typealias InstanceIdentity = OpenClawKit.InstanceIdentity