chore: initial project commit
This commit is contained in:
19
typings/prefs.d.ts
vendored
Normal file
19
typings/prefs.d.ts
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// Generated by zotero-plugin-scaffold
|
||||
/* prettier-ignore */
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
|
||||
// prettier-ignore
|
||||
declare namespace _ZoteroTypes {
|
||||
interface Prefs {
|
||||
PluginPrefsMap: {
|
||||
"notesPath": string;
|
||||
"pandocPath": string;
|
||||
"attachOrgFile": boolean;
|
||||
"autoExportOnSync": boolean;
|
||||
"exportOnTabClose": boolean;
|
||||
"showNotification": boolean;
|
||||
"debug": boolean;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user