developer239/nest-rest-api

View on GitHub
src/modules/auth/user/user.types.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IUserTestData {
  username?: string
  password?: string
  salt?: string
  tasks?: string
}