feat: Add CreateRestaurantDto for restaurant creation.

This commit is contained in:
2025-11-29 15:45:40 +03:00
parent b4b28fc347
commit dc15181ace
@@ -18,6 +18,5 @@ export class CreateRestaurantDto {
logo?: string;
@IsOptional()
@IsUUID()
template?: string;
}