Skip to content

Commit 1546e7d

Browse files
[auto-generated] Update structure file for main
1 parent 5236f6b commit 1546e7d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

structure/main.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5815,6 +5815,26 @@ export type AddonNotesViewNotesWSResponse = {
58155815
warnings?: CoreWSExternalWarning[];
58165816
};
58175817

5818+
/**
5819+
* Params of core_output_load_fontawesome_icon_system_map WS.
5820+
*
5821+
* WS Description: Load the mapping of moodle pix names to fontawesome icon names
5822+
*/
5823+
type CoreOutputLoadFontawesomeIconSystemMapWSParams = {
5824+
themename: string; // The theme to fetch the map for.
5825+
};
5826+
5827+
/**
5828+
* Data returned by core_output_load_fontawesome_icon_system_map WS.
5829+
*
5830+
* WS Description: Load the mapping of moodle pix names to fontawesome icon names
5831+
*/
5832+
export type CoreOutputLoadFontawesomeIconSystemMapWSResponse = {
5833+
component: string; // The component for the icon.
5834+
pix: string; // Value to map the icon from.
5835+
to: string; // Value to map the icon to.
5836+
}[];
5837+
58185838
/**
58195839
* Params of core_question_update_flag WS.
58205840
*

0 commit comments

Comments
 (0)