// Generated by zotero-plugin-scaffold /* prettier-ignore */ /* eslint-disable */ // @ts-nocheck // prettier-ignore declare namespace _ZoteroTypes { interface Prefs { PluginPrefsMap: { "provider": string; "apiBaseUrl": string; "apiKey": string; "model": string; "openrouterReferer": string; "openrouterTitle": string; "temperature": string; "maxTokens": number; "timeoutMs": number; "maxContextChars": number; "answerLanguage": string; "systemPrompt": string; "summaryPrompt": string; "sendMetadata": boolean; "verboseLog": boolean; "ttsProvider": string; "ttsApiKey": string; "ttsVoice": string; "lectureTeacherStyle": string; "mineruPath": string; "piperPath": string; "piperModelPath": string; }; } }