fix(macos): disambiguate AnyCodable usage
This commit is contained in:
@@ -9,6 +9,8 @@ import SwiftUI
|
||||
|
||||
private let webChatSwiftLogger = Logger(subsystem: "com.clawdbot", category: "WebChatSwiftUI")
|
||||
|
||||
private typealias AnyCodable = ClawdbotKit.AnyCodable
|
||||
|
||||
private enum WebChatSwiftUILayout {
|
||||
static let windowSize = NSSize(width: 500, height: 840)
|
||||
static let panelSize = NSSize(width: 480, height: 640)
|
||||
|
||||
Reference in New Issue
Block a user