export type BookmarkData = {
    name: string,
    url: string,
    description: string,
}