Fix type annotations for UserProfileModifySchema

This commit is contained in:
Rory&
2026-09-23 14:57:38 +02:00
parent 5de5934b65
commit 450b65fb12
3 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+1
View File
@@ -227,6 +227,7 @@ export class UserProfileModifySchema {
*/
accent_color?: number | null;
/**
* @type array
* @items.type integer
*/
theme_colors?: [number, number] | null;