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