We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0138eb2 commit 84396edCopy full SHA for 84396ed
1 file changed
server/types/userPreferences.ts
@@ -36,7 +36,7 @@ export type UpdatePreferencesResponseBody = UserPreferences | Error;
36
* user.controller.updatePreferences
37
*/
38
export interface UpdatePreferencesRequestBody {
39
- preferences: UserPreferences;
+ preferences: Partial<UserPreferences>;
40
}
41
42
/**
0 commit comments