mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2026-01-27 12:34:48 +00:00
add auth docs, add eslint import/order
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { IsUUID } from 'class-validator'
|
||||
import { IsOptionalOrEmptyString, IsOrderBy } from '../../../infrastructure/decorators'
|
||||
|
||||
import { PaginationDto } from '../../../infrastructure/common/pagination/pagination.dto'
|
||||
import { IsOptionalOrEmptyString, IsOrderBy } from '../../../infrastructure/decorators'
|
||||
|
||||
export class GetAllDecksDto extends PaginationDto {
|
||||
@IsOptionalOrEmptyString()
|
||||
|
||||
Reference in New Issue
Block a user