mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: user avatars from plex (#53)
This commit is contained in:
@@ -3,6 +3,8 @@ import { useRef } from 'react';
|
||||
export interface User {
|
||||
id: number;
|
||||
email: string;
|
||||
avatar: string;
|
||||
permissions: number;
|
||||
}
|
||||
|
||||
interface UserHookResponse {
|
||||
|
Reference in New Issue
Block a user