@gem-sdk/core 1.44.2-staging.94 → 1.44.2-staging.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types/index.d.ts
CHANGED
|
@@ -37230,6 +37230,7 @@ type BlogsQueryResponse = {
|
|
|
37230
37230
|
articles?: Maybe$1<(Pick<ArticleConnection$1, 'totalCount'> & {
|
|
37231
37231
|
edges: Array<(Pick<ArticleEdge$1, 'cursor'> & {
|
|
37232
37232
|
node?: Maybe$1<(Pick<Article$2, 'id' | 'title' | 'handle' | 'description' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'tags' | 'isSample' | 'platformCreatedAt' | 'author'> & {
|
|
37233
|
+
content?: Maybe$1<Pick<ArticleContent$1, 'excerptHtml'>>;
|
|
37233
37234
|
media?: Maybe$1<Pick<Media$1, 'width' | 'src' | 'height'>>;
|
|
37234
37235
|
})>;
|
|
37235
37236
|
})>;
|