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