@blog-alchemy/blog-alchemy-shared-pkg
Advanced tools
Comparing version 1.0.7 to 1.0.8
export interface BlogListItem { | ||
id: string; | ||
websiteUrl: string; | ||
accountId: string; | ||
name: string; | ||
} |
import { BlogListItem } from "./blog-list-item"; | ||
export interface GoogleBlogDetails extends BlogListItem { | ||
accountId: string; | ||
childLink: { | ||
@@ -16,3 +15,2 @@ href: string; | ||
level: string; | ||
name: string; | ||
parentLink: { | ||
@@ -19,0 +17,0 @@ href: string; |
{ | ||
"name": "@blog-alchemy/blog-alchemy-shared-pkg", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
88