View Source Generator.Template.Schemas.Template (template_generator v0.1.0)

Schema representing a Template

Link to this section Summary

Link to this section Types

@type t() :: %Generator.Template.Schemas.Template{
  new_path: Path.t(),
  template_path: Path.t()
}