Skip to content

Commit 289ef51

Browse files
[auto-generated] Update structure file for main
1 parent d0cf02c commit 289ef51

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

structure/main.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)