aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/taxonomies.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/ts/types/taxonomies.ts')
-rw-r--r--src/ts/types/taxonomies.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ts/types/taxonomies.ts b/src/ts/types/taxonomies.ts
index a62bef4..8a0fcc7 100644
--- a/src/ts/types/taxonomies.ts
+++ b/src/ts/types/taxonomies.ts
@@ -71,6 +71,7 @@ export type AllTopicsSlug = {
};
export type TopicProps = {
+ allTopics: TopicPreview[];
topic: Topic;
};
@@ -108,5 +109,6 @@ export type AllThematicsSlug = {
};
export type ThematicProps = {
+ allThematics: ThematicPreview[];
thematic: Thematic;
};