UNPKG

@opentiny/tiny-toolkit-pro

Version:

TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板

5 lines (3 loc) 173 B
import { PartialType } from '@nestjs/mapped-types'; import { CreateAuthDto } from './create-auth.dto'; export class UpdateAuthDto extends PartialType(CreateAuthDto) {}