Format pagination dto
This commit is contained in:
parent
65797b9243
commit
094c7388de
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Type } from "class-transformer";
|
||||
import { IsNumber, IsOptional, Min } from "class-validator";
|
||||
import { Type } from 'class-transformer';
|
||||
import { IsNumber, IsOptional, Min } from 'class-validator';
|
||||
|
||||
export class PaginationDto {
|
||||
@IsOptional()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue