You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> info **Hint** The `PickType()` function is imported from the `@nestjs/swagger` package.
@@ -245,7 +245,7 @@ export class CreateCatDto {
245
245
We can generate a derived type that has every property **except**`name` as shown below. In this construct, the second argument to `OmitType` is an array of property names.
0 commit comments