Module Sch.File

type t = {
  1. name : string;
  2. filename : string option;
  3. content_type : string;
  4. body : Bytesrw.Bytes.Reader.t;
}