module Icons:sig..end
type t = {
|
x16 : |
(* |
The URL of the 16x16 icon.
| *) |
|
x32 : |
(* |
The URL of the 32x32 icon.
| *) |
val x16 : (t, string) GapiLens.t
val x32 : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t