import type * as OpenAPI from "../../schemas/v1";
export type APIForumTopicComment = OpenAPI.components["schemas"]["ForumTopicComment"];
export type APIForumTopic = OpenAPI.components["schemas"]["ForumTopic"];
export type APIForumTopicSummary = OpenAPI.components["schemas"]["ForumTopicSummary"];
//# sourceMappingURL=Forums.d.ts.map