Skip to content

@kaiord/core


@kaiord/core / energyGoalSchema

Variable: energyGoalSchema

const energyGoalSchema: ZodObject<{ goal_type: ZodEnum<{ fat_loss: "fat_loss"; maintain: "maintain"; muscle_gain: "muscle_gain"; }>; start_weight_kg: ZodNumber; target_date: ZodISODate; target_weight_kg: ZodNumber; }, $strip>

Defined in: packages/core/src/domain/schemas/health/energy-goal.ts:14