First commit
This commit is contained in:
12
types/caseStudy.ts
Normal file
12
types/caseStudy.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { CourseLevel } from "./course";
|
||||
|
||||
export type CaseStudy = {
|
||||
slug: string;
|
||||
title: string;
|
||||
citation: string;
|
||||
year: number;
|
||||
summary: string;
|
||||
level: CourseLevel;
|
||||
topic: string;
|
||||
keyTerms: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user