Expose model interface
This commit is contained in:
@@ -9,7 +9,7 @@ export enum TopicOrder {
|
||||
}
|
||||
|
||||
export type ValueRendererDisplayMode = 'diff' | 'raw'
|
||||
interface SettingsStateModel {
|
||||
export interface SettingsStateModel {
|
||||
autoExpandLimit: number
|
||||
timeLocale: string
|
||||
topicOrder: TopicOrder
|
||||
|
||||
Reference in New Issue
Block a user