Skip to content

Commit

Permalink
chore: move field on the content type
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Feb 14, 2024
1 parent 4ebbed6 commit e458737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contentful/types/TypePost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export interface TypePostFields {
title: EntryFieldTypes.Symbol
slug: EntryFieldTypes.Symbol
authors: EntryFieldTypes.Array<EntryFieldTypes.EntryLink<TypeAuthorSkeleton>>
date: EntryFieldTypes.Date
excerpt: EntryFieldTypes.Text
coverImage: EntryFieldTypes.AssetLink
content: EntryFieldTypes.RichText
date: EntryFieldTypes.Date
category: EntryFieldTypes.Symbol<'Announcements' | 'Build' | 'Community' | 'Ecosystem' | 'Insights'>
tags?: EntryFieldTypes.Array<EntryFieldTypes.EntryLink<TypeTagSkeleton>>
relatedPosts?: EntryFieldTypes.Array<EntryFieldTypes.EntryLink<TypePostSkeleton>>
Expand Down

0 comments on commit e458737

Please sign in to comment.