1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Cli: Support managing shared notebooks (#12637)

This commit is contained in:
Henry Heino
2025-07-01 14:47:03 -07:00
committed by GitHub
parent 41553eb963
commit 901fe73c08
18 changed files with 599 additions and 23 deletions

View File

@@ -98,7 +98,7 @@ function setupProxySettings(options: any) {
proxySettings.proxyUrl = options.proxyUrl;
}
interface ShimInitOptions {
export interface ShimInitOptions {
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
sharp: any;
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied