feat: remove appwrite and add nextjs backend
This commit is contained in:
6
backend/src/auth/dto/refreshAccessToken.dto.ts
Normal file
6
backend/src/auth/dto/refreshAccessToken.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IsNotEmpty, IsString } from "class-validator";
|
||||
|
||||
export class RefreshAccessTokenDTO {
|
||||
@IsNotEmpty()
|
||||
refreshToken: string;
|
||||
}
|
||||
Reference in New Issue
Block a user