import { GoalDto } from "../../common/request/goal.dto"; export interface GetGoalSummaryRequestParamsDto { goal: GoalDto; } //# sourceMappingURL=get-goal-summary-request.dto.d.ts.map