Values.FreeTrialFeatureConfigurationResultSourceContains information about the free trial period for a feature.
type nonrec t = {name : FreeTrialFeatureResult.t option;The name of the feature for which the free trial is configured.
*)freeTrialDaysRemaining : Integer.t option;The number of the remaining free trial days for the feature.
*)}