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