From b405ddb76f217ccf7828b422ec4c0f0e15b7dee4 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 7 Jan 2022 12:33:35 +0100 Subject: chore: add a widget to list all blog topics --- src/ts/types/app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ts/types/app.ts') diff --git a/src/ts/types/app.ts b/src/ts/types/app.ts index 7220ddd..d9bd041 100644 --- a/src/ts/types/app.ts +++ b/src/ts/types/app.ts @@ -6,6 +6,7 @@ import { AllPostsSlug, RawPostsList } from './blog'; import { CommentData, CreateComment } from './comments'; import { ContactData, SendEmail } from './contact'; import { + AllSubjects, AllSubjectsSlug, AllThematics, AllThematicsSlug, @@ -41,6 +42,7 @@ export type VariablesType = T extends PostBy | SubjectBy | ThematicBy export type RequestType = | AllPostsSlug + | AllSubjects | AllSubjectsSlug | AllThematics | AllThematicsSlug -- cgit v1.2.3