From b6e943a2449a28a310f8eefa224fde31b61a67a7 Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 27 Feb 2022 18:01:52 +0800 Subject: [PATCH] add base types --- src/baseTypes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/baseTypes.ts b/src/baseTypes.ts index 9fe2992..c108ae9 100644 --- a/src/baseTypes.ts +++ b/src/baseTypes.ts @@ -56,6 +56,7 @@ export interface RemotelySavePluginSettings { currLogLevel?: string; vaultRandomID?: string; autoRunEveryMilliseconds?: number; + agreeToUploadExtraMetadata?: boolean; } export interface RemoteItem {