( update: Record<string, string> )
| 417 | } |
| 418 | |
| 419 | export function putUpdateMyKeyboardShortcuts( |
| 420 | update: Record<string, string> |
| 421 | ): Promise<ResponseWithData<void>> { |
| 422 | return put('/update-my-keyboard-shortcuts', update); |
| 423 | } |
| 424 | |
| 425 | export function putUpdateMyClassroomMode(update: { |
| 426 | isClassroomAccount: true; |