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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ts/types/taxonomies.ts b/src/ts/types/taxonomies.ts
index 3945934..71eb20a 100644
--- a/src/ts/types/taxonomies.ts
+++ b/src/ts/types/taxonomies.ts
@@ -29,6 +29,10 @@ export type Subject = Taxonomy & {
officialWebsite: string;
};
+export type RawSubjectPreview = TaxonomyPreview & {
+ featuredImage: RawCover;
+};
+
export type SubjectPreview = TaxonomyPreview & {
featuredImage: Cover;
};