mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
* Move all files from libs/importer/spec into libs/importer/src * Ignore ts-strict on spec-data --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
export const emptyAccountEncrypted = `{
|
|
"encrypted": true,
|
|
"encKeyValidation_DO_NOT_EDIT": "",
|
|
"folders": [],
|
|
"items": []
|
|
}`;
|