mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-14 07:45:39 +01:00
create shared library
This commit is contained in:
6
backend/src/routes/api/auth/authrequest.ts
Normal file
6
backend/src/routes/api/auth/authrequest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { FastifyRequest } from 'fastify';
|
||||
import { User } from '../../../collections/userdb/user.dto';
|
||||
|
||||
export default interface AuthFasityRequest extends FastifyRequest {
|
||||
user: User;
|
||||
}
|
||||
Reference in New Issue
Block a user