Module Content_part.File_data

type t = {
  1. filename : string;
  2. file_data : string;
}
val sexp_of_t : t -> Sexplib0.Sexp.t