ImportedType
This type represents a type from a specific file. It is the result of joining a Path string with a type name, and is represented as such: Path:TypeName
, where Path
is the path to a file and TypeName
is the name of a model in that specific file. When defining paths, you should follow the recommendations from this page. We recommend using importType to get an ImportedType.
Last updated