aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/app.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts/types/app.ts')
-rw-r--r--src/ts/types/app.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ts/types/app.ts b/src/ts/types/app.ts
index a58f710..ddd64d1 100644
--- a/src/ts/types/app.ts
+++ b/src/ts/types/app.ts
@@ -61,6 +61,11 @@ export type ButtonKind = 'primary' | 'secondary' | 'tertiary';
export type ButtonPosition = 'left' | 'right' | 'center';
+export type ContentInfo = {
+ readingTime: number;
+ wordsCount: number;
+};
+
export type ContentParts = {
afterMore: string;
beforeMore: string;
@@ -110,6 +115,7 @@ export type Project = {
intro: string;
meta: ProjectMeta;
slug: string;
+ tagline?: string;
title: string;
seo: {
title: string;