@osynicite/osynic-osuapi
    Preparing search index...

    Interface GetTopicAndPostsResponse

    interface GetTopicAndPostsResponse {
        cursor_string: string;
        posts: ForumPost[];
        search: Search;
        topic: ForumTopic;
    }
    Index

    Properties

    cursor_string: string
    posts: ForumPost[]
    search: Search
    topic: ForumTopic