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