commit 4a13a63e6f7cf52e2dd1d677ea3eae402c6e4012
parent 2f2190cec4b428e3f73c617834f5b2d7e210768c
Author: triesap <137732411+triesap@users.noreply.github.com>
Date: Mon, 26 Aug 2024 07:17:51 +0000
client: update type iclientpreferences
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/client/src/types.ts b/client/src/types.ts
@@ -62,6 +62,7 @@ export type IClientNetwork = {
export type IClientPreferences = {
set(key: string, value: string): Promise<boolean>;
get(key: string): Promise<string | undefined>;
+ remove(key: string): Promise<boolean>;
};
export type IClientShareOpts = {