Files
clawdbot/apps/macos/Sources/ClawdisProtocol/Protocol.swift
2025-12-09 15:23:51 +01:00

7 lines
291 B
Swift

// Legacy shim: Protocol definitions now live in GatewayModels.swift generated from TypeBox.
// Kept to satisfy existing project references.
import Foundation
@available(*, deprecated, message: "Use GatewayModels.swift (GatewayFrame and payload structs)")
public enum LegacyProtocolShim {}