mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
refactor(server): typed options
This commit is contained in:
@@ -92,7 +92,7 @@ const enum KeyboardActionNamesEnum {
|
||||
forceSaveRevision
|
||||
}
|
||||
|
||||
type KeyboardActionNames = keyof typeof KeyboardActionNamesEnum;
|
||||
export type KeyboardActionNames = keyof typeof KeyboardActionNamesEnum;
|
||||
|
||||
export interface KeyboardShortcut {
|
||||
separator?: string;
|
||||
|
||||
Reference in New Issue
Block a user