22 lines
610 B
TypeScript
22 lines
610 B
TypeScript
import { PsonoJsonExport } from "../../../src/importers/psono/psono-json-types";
|
|
|
|
export const BookmarkData: PsonoJsonExport = {
|
|
folders: [],
|
|
items: [
|
|
{
|
|
type: "bookmark",
|
|
name: "MyBookmark",
|
|
urlfilter: "bitwarden.com",
|
|
bookmark_title: "MyBookmark",
|
|
bookmark_url: "https://bitwarden.com",
|
|
bookmark_notes: "my notes for bitwarden.com",
|
|
bookmark_url_filter: "bitwarden.com",
|
|
create_date: "2022-12-13T19:39:26.631530Z",
|
|
write_date: "2022-12-13T19:39:26.631553Z",
|
|
callback_url: "",
|
|
callback_user: "",
|
|
callback_pass: "",
|
|
},
|
|
],
|
|
};
|