summary refs log tree commit diff
path: root/src/util/schemas/UserProfileModifySchema.ts
blob: 33a372c9798c1e8eea54a18d5e90123a3c31d032 (plain) (blame)
1
2
3
4
5
export interface UserProfileModifySchema {
	bio?: string;
	accent_color?: number | null;
	banner?: string | null;
}