mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 21:39:32 +08:00
chore(client/ts): port services/attributes
This commit is contained in:
parent
47aed18ff4
commit
d9a1bd78b0
2 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
import server from "./server.js";
|
import server from "./server.js";
|
||||||
|
|
||||||
type OptionValue = string | number;
|
type OptionValue = string;
|
||||||
|
|
||||||
class Options {
|
class Options {
|
||||||
initializedPromise: Promise<void>;
|
initializedPromise: Promise<void>;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue