mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
server-ts: Port services/setup
This commit is contained in:
@@ -3,7 +3,7 @@ export interface CookieJar {
|
||||
}
|
||||
|
||||
export interface ExecOpts {
|
||||
proxy: "noproxy" | null;
|
||||
proxy: "noproxy" | string | null;
|
||||
method: string;
|
||||
url: string;
|
||||
paging?: {
|
||||
@@ -16,5 +16,5 @@ export interface ExecOpts {
|
||||
password?: string;
|
||||
},
|
||||
timeout: number;
|
||||
body: string;
|
||||
body?: string | {};
|
||||
}
|
||||
Reference in New Issue
Block a user