first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreateRestaurantDto } from './create-restaurant.dto';
|
||||
|
||||
export class UpdateRestaurantDto extends PartialType(CreateRestaurantDto) {}
|
||||
Reference in New Issue
Block a user