1 2 3 4 5 6 7 8 9
// SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu> // // SPDX-License-Identifier: EUPL-1.2 //! Commonly used data types for the api requests mod empty_body; pub use empty_body::EmptyBody;