mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
7 lines
221 B
Swift
7 lines
221 B
Swift
import Foundation
|
|
import OpenClawKit
|
|
|
|
// Prefer the OpenClawKit wrapper to keep gateway request payloads consistent.
|
|
typealias AnyCodable = OpenClawKit.AnyCodable
|
|
typealias InstanceIdentity = OpenClawKit.InstanceIdentity
|