Module Values.PortalThemeSource

Defines the theme for a portal.

Sourcetype nonrec t = {
  1. customColors : CustomColors.t;
    (*

    Defines custom color values.

    *)
  2. logoLastUploaded : string option;
    (*

    The timestamp when the logo was last uploaded.

    *)
}
Sourceval context_ : string
Sourceval make : ?logoLastUploaded:??? -> customColors:CustomColors.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of string ]) list | `Timestamp of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t