diff --git a/packages/common/src/models/post.ts b/packages/common/src/models/post.ts index d61891a..0961cab 100755 --- a/packages/common/src/models/post.ts +++ b/packages/common/src/models/post.ts @@ -65,7 +65,7 @@ export type SectionDto = Section & { }; export type CourseMeta = { thumbnail?: string; - requirements?: string[]; + objectives?: string[]; }; export type Course = Post & {