module AgeRange:sig..end
type t = {
|
max : |
(* |
The age range's upper bound, if any. Possible values include, but are not limited to, the following:
| *) |
|
min : |
(* |
The age range's lower bound, if any. Possible values include, but are not limited to, the following:
| *) |
val max : (t, int) GapiLens.t
val min : (t, int) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t