Module Types.AsmField

type t = {
  1. placeholder : string;
  2. hover : string;
  3. intro : string;
  4. after : string;
  5. assocs : Assoc.t list;
}
val to_yojson : t -> Yojson.Safe.t