(update: {
sendQuincyEmail: boolean;
})
| 435 | } |
| 436 | |
| 437 | export function putUpdateMyQuincyEmail(update: { |
| 438 | sendQuincyEmail: boolean; |
| 439 | }): Promise<ResponseWithData<void>> { |
| 440 | return put('/update-my-quincy-email', update); |
| 441 | } |
| 442 | |
| 443 | export function putUpdateMySocrates(update: { |
| 444 | socrates: boolean; |