1 2 3 4 5 6 7 8
// SPDX-License-Identifier: EUPL-1.2 // SPDX-FileCopyrightText: OpenTalk Team <mail@opentalk.eu> //! This module contains types that are used in OpenTalk API users endpoints. mod public_user_profile; pub use public_user_profile::PublicUserProfile;