File

src/user/dto/update-user.dto.ts

Index

Properties

Properties

Readonly bio
bio: string
Type : string
Readonly email
email: string
Type : string
Readonly image
image: string
Type : string
Readonly username
username: string
Type : string
export class UpdateUserDto {
  readonly username: string;
  readonly email: string;
  readonly bio: string;
  readonly image: string;
}

result-matching ""

    No results matching ""