feat: user avatars from plex (#53)

This commit is contained in:
sct
2020-09-06 19:30:16 +09:00
committed by GitHub
parent 190a8831c7
commit e6349c13a0
6 changed files with 19 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ import { useRef } from 'react';
export interface User {
id: number;
email: string;
avatar: string;
permissions: number;
}
interface UserHookResponse {