music-collection/backend/src/auth/dto/login-response.dto.ts
Phill Pover a51fd6997e
Some checks failed
Music Collection CI Workflow / test (./backend) (push) Failing after 54s
Music Collection CI Workflow / test (./frontend) (push) Failing after 37s
Music Collection CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/music-collection-backend, ./backend) (push) Has been skipped
Music Collection CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/music-collection-frontend, ./frontend) (push) Has been skipped
Music Collection CI Workflow / deploy (push) Has been skipped
Added User and Authentication, refactored IDs to use UUID
2025-05-16 18:02:46 +01:00

3 lines
103 B
TypeScript

import { AccessToken } from '../types/AccessToken.type';
export type LoginResponseDTO = AccessToken;