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

protocol ChannelOutMessage: Encodable, Sendable {
	// MARK: Properties

	var operationId: String { get }
}
