interface BookmarkProperties {
    name: string;
    place: string;
}

Properties

Properties

name: string
place: string