Module Sch_file

type t = {
  1. name : string;
  2. filename : string option;
  3. content_type : string;
  4. body : Js.Blob.t;
}