( update: Record<string, string> )
| 411 | } |
| 412 | |
| 413 | export function putUpdateMySocials( |
| 414 | update: Record<string, string> |
| 415 | ): Promise<ResponseWithData<void>> { |
| 416 | return put('/update-my-socials', update); |
| 417 | } |
| 418 | |
| 419 | export function putUpdateMyKeyboardShortcuts( |
| 420 | update: Record<string, string> |