Type alias BookmarkTopic

BookmarkTopic: BookmarkNoteBase & {
    bookmarkable: {
        course_id: number;
        course_title: string;
        id: number;
        lesson_id: number;
        title: string;
        type: TopicType;
    };
    bookmarkable_type: Topic;
}

Generated using TypeDoc