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

Schema representing a template directory

Link to this section Summary

Link to this section Types

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