View Source Generator.Path.Schemas.TemplateFile (template_generator v0.1.0)

Schema representing a template file

Link to this section Summary

Link to this section Types

@type t() :: %Generator.Path.Schemas.TemplateFile{
  from_path: Path.t(),
  to_path: Path.t()
}