(body: {
msTranscriptUrl: string;
})
| 366 | } |
| 367 | |
| 368 | export function postMsUsername(body: { |
| 369 | msTranscriptUrl: string; |
| 370 | }): Promise<ResponseWithData<void>> { |
| 371 | return post('/user/ms-username', body); |
| 372 | } |
| 373 | |
| 374 | export function postSaveChallenge(body: { |
| 375 | id: string; |