mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-14 07:45:39 +01:00
better shared api calls
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { FastifyRequest } from 'fastify';
|
||||
import { User } from '../../../collections/userdb/user.dto';
|
||||
import { User } from 'imagur-shared/dist/dto/user.dto';
|
||||
|
||||
export default interface AuthFasityRequest extends FastifyRequest {
|
||||
user: User;
|
||||
|
||||
Reference in New Issue
Block a user