diff options
Diffstat (limited to 'src/ts/types/raw-data.ts')
| -rw-r--r-- | src/ts/types/raw-data.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ts/types/raw-data.ts b/src/ts/types/raw-data.ts index ba6d596..dc3db90 100644 --- a/src/ts/types/raw-data.ts +++ b/src/ts/types/raw-data.ts @@ -25,7 +25,6 @@ export type ContentParts = { }; export type Info = { - readingTime: number; wordsCount: number; }; @@ -66,7 +65,7 @@ export type RawArticlePreview = Pick< >; export type RawPage = { - author: NodeResponse<RawAuthor<'page'>>; + author?: NodeResponse<RawAuthor<'page'>>; contentParts: ContentParts; databaseId: number; date: string; |
