module Header:sig..end
module Args:sig..end
type t = {
|
args : |
(* |
List of arguments for the format string.
| *) |
|
format : |
(* |
A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Minifying the following $1 resources would save a total of $2 bytes'.
| *) |
val args : (t,
Args.t
list)
GapiLens.t
val format : (t,
string)
GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model ->
t