We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eed18f commit 2d462e4Copy full SHA for 2d462e4
lib/sessionManager/index.ts
@@ -1,8 +1,4 @@
1
-type StorageSettingsType = {
2
- storePassword: string;
3
- keyPrefix: string;
4
- maxLength: number;
5
-};
+import { StorageSettingsType } from "./types.ts";
6
7
export const storageSettings: StorageSettingsType = {
8
/**
0 commit comments