# ImportedType

This type represents a type from a specific file. It is the result of joining a [Path](https://prisma-util.gitbook.io/stable/api-documentation/types-and-objects/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](https://prisma-util.gitbook.io/stable/concepts/conventions-and-standards#paths-and-denoting-paths) page. We recommend using [importType](https://prisma-util.gitbook.io/stable/modules/schema-creator/api-documentation#importtype-file-string-typename-string) to get an [ImportedType](https://prisma-util.gitbook.io/stable/api-documentation/types-and-objects/imported-type).
