feat: add backend-mock app
This commit is contained in:
5
apps/backend-mock/src/models/dto/auth.dto.ts
Normal file
5
apps/backend-mock/src/models/dto/auth.dto.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
class RefreshTokenDto {
|
||||
refreshToken: string;
|
||||
}
|
||||
|
||||
export { RefreshTokenDto };
|
Reference in New Issue
Block a user