Files
standardnotes-app-web/app/assets/javascripts/UIModels/AppState/WebDisplayOptions.ts
2022-05-22 18:51:46 +05:30

7 lines
129 B
TypeScript

export type WebDisplayOptions = {
hideTags: boolean
hideDate: boolean
hideNotePreview: boolean
hideEditorIcon: boolean
}