mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-13 16:29:49 -06:00
chore(client/ts): port services/attributes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
import server from "./server.js";
|
||||
|
||||
type OptionValue = string | number;
|
||||
type OptionValue = string;
|
||||
|
||||
class Options {
|
||||
initializedPromise: Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user