mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
* refactor(platform): generate @bitwarden/storage-core boilerplate * refactor(storage-core): move storage files out of @bitwarden/common * chore(naming): rename AbstractStorageService to StorageService
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
export {
|
|
StorageUpdateType,
|
|
StorageUpdate,
|
|
ObservableStorageService,
|
|
AbstractStorageService,
|
|
} from "@bitwarden/storage-core";
|