add base types

This commit is contained in:
fyears 2022-02-27 18:01:52 +08:00
parent 82742cb53b
commit b6e943a244

View File

@ -56,6 +56,7 @@ export interface RemotelySavePluginSettings {
currLogLevel?: string; currLogLevel?: string;
vaultRandomID?: string; vaultRandomID?: string;
autoRunEveryMilliseconds?: number; autoRunEveryMilliseconds?: number;
agreeToUploadExtraMetadata?: boolean;
} }
export interface RemoteItem { export interface RemoteItem {