mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Add typing to localData object (#3368)
This commit is contained in:
4
libs/common/src/models/data/localData.ts
Normal file
4
libs/common/src/models/data/localData.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export type LocalData = {
|
||||
lastUsedDate?: number;
|
||||
lastLaunched?: number;
|
||||
};
|
||||
Reference in New Issue
Block a user