Type alias AppNews

AppNews: {
    appnews: {
        appid: AppId;
        newsitems: NewsItem[];
    };
}

Type declaration

Generated using TypeDoc