// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
//
// SPDX-License-Identifier: EUPL-1.2
//! Data types for handling shared folders.
/// The namespace string for the signaling module
pub const MODULE_ID: ModuleId = module_id!;
pub use SharedFolder;
pub use SharedFolderAccess;
use crate;