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

    Interface GetNewsListingResponse

    interface GetNewsListingResponse {
        cursor_string: string;
        news_posts: NewsPost[];
        news_sidebar: NewsSidebar;
        search: Search;
    }
    Index

    Properties

    cursor_string: string
    news_posts: NewsPost[]
    news_sidebar: NewsSidebar
    search: Search