UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-nestjs-mysql
/
api
/
common
/
dtos
/
upload-token.dto.ts
7 lines
(5 loc)
•
107 B
text/typescript
View Raw
1
2
3
4
5
6
7
import { IsNotEmpty } from
'class-validator'
; export
class
UploadToken
{
@IsNotEmpty
() key: string; }