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.ts2
1 files changed, 2 insertions, 0 deletions
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> = T extends PostBy | SubjectBy | ThematicBy
export type RequestType =
| AllPostsSlug
+ | AllSubjects
| AllSubjectsSlug
| AllThematics
| AllThematicsSlug