mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-25 06:56:33 +00:00
Fix type annotations for UserProfileModifySchema
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -227,6 +227,7 @@ export class UserProfileModifySchema {
|
||||
*/
|
||||
accent_color?: number | null;
|
||||
/**
|
||||
* @type array
|
||||
* @items.type integer
|
||||
*/
|
||||
theme_colors?: [number, number] | null;
|
||||
|
||||
Reference in New Issue
Block a user