add architecture skeleton
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using GymLogAI.Core.Enums;
|
||||
|
||||
namespace GymLogAI.API.Contracts;
|
||||
|
||||
public sealed record RecommendWorkoutRequest(
|
||||
Guid UserId,
|
||||
GoalType GoalType,
|
||||
string? AdditionalContext);
|
||||
Reference in New Issue
Block a user