Type alias BookmarkCourse

BookmarkCourse: BookmarkNoteBase & {
    bookmarkable: null;
    bookmarkable_type: Course;
}

Generated using TypeDoc