mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2026-01-07 05:02:06 +00:00
add auth docs, add eslint import/order
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Length } from 'class-validator'
|
||||
|
||||
import { PaginationDto } from '../../../infrastructure/common/pagination/pagination.dto'
|
||||
import { IsOptionalOrEmptyString, IsOrderBy } from '../../../infrastructure/decorators'
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { PartialType } from '@nestjs/mapped-types'
|
||||
|
||||
import { CreateCardDto } from './create-card.dto'
|
||||
|
||||
export class UpdateCardDto extends PartialType(CreateCardDto) {}
|
||||
|
||||
Reference in New Issue
Block a user