package ocaml_openapi_generator

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.ContactSource

Sourcetype t = {
  1. name : string option;
  2. url : string option;
  3. email : string option;
}
include Ppx_jsonaf_conv_lib.Jsonafable.S with type t := t
Sourceval t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
Sourceval jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
Sourceval email : t -> string option
Sourceval url : t -> string option
Sourceval name : t -> string option
Sourcemodule Fields : sig ... end