package sihl-contract

  1. Overview
  2. Docs
type t = {
  1. id : string;
  2. label : string;
  3. text : string;
  4. html : string option;
  5. created_at : Ptime.t;
  6. updated_at : Ptime.t;
}
val name : string
module type Sig = sig ... end