//
// Copyright © 2023 Nevis Security AG. All rights reserved.
//

protocol ChannelInMessage: Decodable, Sendable {
	// MARK: Properties

	var operationId: String { get }
}
