Values.EngagementCustomerProjectDetailsSourceProvides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.
type nonrec t = {title : EngagementCustomerProjectTitle.t;The title of the project.
*)businessProblem : EngagementCustomerBusinessProblem.t;A description of the business problem the project aims to solve.
*)targetCompletionDate : EngagementCustomerProjectDetailsTargetCompletionDateString.t;The target completion date for the customer's project.
*)}val make :
title:EngagementCustomerProjectTitle.t ->
businessProblem:EngagementCustomerBusinessProblem.t ->
targetCompletionDate:
EngagementCustomerProjectDetailsTargetCompletionDateString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of EngagementCustomerProjectTitle.t ]) list ]