AnhLedger's picture
Create authentication resource
53f00a1
raw
history blame contribute delete
209 Bytes
import { PartialType } from '@nestjs/mapped-types';
import { CreateAuthenticationDto } from './create-authentication.dto';
export class UpdateAuthenticationDto extends PartialType(CreateAuthenticationDto) {}