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