// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
// SPDX-License-Identifier: EUPL-1.2
useopentalk_roomserver_signaling::signaling_module::InternalCommand;useopentalk_types_signaling::ParticipantId;/// Update the shared folder access of a participant based on their current role
pubstructUpdateSharedFolder{/// The affected participant
pubparticipant_id: ParticipantId,
}implInternalCommand forUpdateSharedFolder{}