package fred

  1. Overview
  2. Docs
type vintage_dates = {
  1. realtime_start : string;
  2. realtime_end : string;
  3. order_by : string;
  4. sort_order : string;
  5. count : int;
  6. offset : int;
  7. limit : int;
  8. vintage_dates : string list;
}

Container for vintage dates data

val pp_vintage_dates : Ppx_deriving_runtime.Format.formatter -> vintage_dates -> Ppx_deriving_runtime.unit
val show_vintage_dates : vintage_dates -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.