Skip to content

Commit 92ea615

Browse files
[auto-generated] Update structure file for main
1 parent 9493f0c commit 92ea615

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
@@ -8203,6 +8203,26 @@ type AddonModAssignLockSubmissionsWSParams = {
82038203
*/
82048204
export type AddonModAssignLockSubmissionsWSResponse = CoreWSExternalWarning[];
82058205

8206+
/**
8207+
* Params of mod_assign_remove_submission WS.
8208+
*
8209+
* WS Description: Remove submission.
8210+
*/
8211+
type AddonModAssignRemoveSubmissionWSParams = {
8212+
userid: number; // User id.
8213+
assignid: number; // Assignment instance id.
8214+
};
8215+
8216+
/**
8217+
* Data returned by mod_assign_remove_submission WS.
8218+
*
8219+
* WS Description: Remove submission.
8220+
*/
8221+
export type AddonModAssignRemoveSubmissionWSResponse = {
8222+
status: boolean; // True if the submission was successfully removed and false if was not.
8223+
warnings?: CoreWSExternalWarning[];
8224+
};
8225+
82068226
/**
82078227
* Params of mod_assign_reveal_identities WS.
82088228
*

0 commit comments

Comments
 (0)