UNPKG
ticket-auth-project
Version:
latest (0.0.2)
0.0.2
0.0.1
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
ticket-auth-project
/
src
/
users
/
dto
/
createUserDto.ts
6 lines
(5 loc)
•
115 B
text/typescript
View Raw
1
2
3
4
5
6
//اینترفیس برای ساخت یوزر
export
interface
createUserDto {
username
:
string
;
id
:
string
; }