export class SettingsGlobalSettings { includingBtwOnArticles?: boolean; oss?: boolean; showAmountOfDecimals = 2; defaultArticleSortField?: string; printNodeKey?: string; }