You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
This commit is contained in:
@ -29,7 +29,7 @@ export interface Plugins {
|
||||
}
|
||||
|
||||
export interface SettingAndValue {
|
||||
[settingName: string]: string;
|
||||
[settingName: string]: string|number|boolean;
|
||||
}
|
||||
|
||||
export interface DefaultPluginSettings {
|
||||
|
Reference in New Issue
Block a user