package sihl-type

  1. Overview
  2. Docs

Module Sihl_type.Email_templateSource

Sourcetype t = {
  1. id : string;
  2. name : string;
  3. content_text : string;
  4. content_html : string;
  5. created_at : Ptime.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval created_at : t -> Ptime.t
Sourceval content_html : t -> string
Sourceval content_text : t -> string
Sourceval name : t -> string
Sourceval id : t -> string
Sourcemodule Fields : sig ... end
Sourceval set_name : string -> t -> t
Sourceval set_text : string -> t -> t
Sourceval set_html : string -> t -> t
Sourceval make : ?text:string -> ?html:string -> string -> t
Sourceval replace_element : string -> string -> string -> string
Sourceval render : (string * string) list -> t -> string * string
Sourcemodule Data : sig ... end
OCaml

Innovation. Community. Security.