mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(learn): add blockType to block meta (#55568)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export enum BlockTypes {
|
||||
lecture = 'lecture',
|
||||
workshop = 'workshop',
|
||||
lab = 'lab',
|
||||
review = 'review',
|
||||
quiz = 'quiz',
|
||||
exam = 'exam'
|
||||
}
|
||||
Reference in New Issue
Block a user