1 2 3 4 5
export interface UserProfileModifySchema { bio?: string; accent_color?: number | null; banner?: string | null; }