feat: Add CreateRestaurantDto for restaurant creation.
This commit is contained in:
@@ -18,6 +18,5 @@ export class CreateRestaurantDto {
|
||||
logo?: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsUUID()
|
||||
template?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user