mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
|
import { PsonoJsonExport } from "@bitwarden/common/importers/psono/psono-json-types";
|
||
|
|
||
|
export const EmptyTestFolderData: PsonoJsonExport = {
|
||
|
folders: [
|
||
|
{
|
||
|
name: "EmptyFolder",
|
||
|
items: [],
|
||
|
},
|
||
|
],
|
||
|
};
|