File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2720,6 +2720,25 @@ export type CoreCourseformatGetOverviewInformationWSResponse = {
27202720 }[];
27212721};
27222722
2723+ /**
2724+ * Params of core_courseformat_log_view_overview_information WS.
2725+ *
2726+ * WS Description: Logs the course overview information page has been visited on an external application.
2727+ */
2728+ type CoreCourseformatLogViewOverviewInformationWSParams = {
2729+ courseid: number; // Course id.
2730+ };
2731+
2732+ /**
2733+ * Data returned by core_courseformat_log_view_overview_information WS.
2734+ *
2735+ * WS Description: Logs the course overview information page has been visited on an external application.
2736+ */
2737+ export type CoreCourseformatLogViewOverviewInformationWSResponse = {
2738+ status: boolean; // Status: true if success.
2739+ warnings?: CoreWSExternalWarning[];
2740+ };
2741+
27232742/**
27242743 * Params of core_course_get_categories WS.
27252744 *
You can’t perform that action at this time.
0 commit comments