feat: adding profile picture background

This commit is contained in:
Chubby Granny Chaser
2024-06-18 00:09:26 +01:00
parent b3e2346808
commit 79ca354da1
12 changed files with 136 additions and 103 deletions

View File

@@ -244,7 +244,7 @@ export interface RealDebridUser {
expiration: string;
}
export interface UserAuth {
export interface UserDetails {
id: string;
displayName: string;
profileImageUrl: string | null;