chore(monorepo/server): fix imports for options_interface

This commit is contained in:
Elian Doran
2025-04-18 12:39:52 +03:00
parent 04594edc64
commit ad8b77564c
7 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import ValidationError from "../../errors/validation_error.js";
import type { Request } from "express";
import { changeLanguage, getLocales } from "../../services/i18n.js";
import { listSyntaxHighlightingThemes } from "../../services/code_block_theme.js";
import type { OptionNames } from "../../services/options_interface.js";
import type { OptionNames } from "@triliumnext/commons";
// options allowed to be updated directly in the Options dialog
const ALLOWED_OPTIONS = new Set<OptionNames>([