---
lang: en
title: 'API docs: repository.propertytype'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.propertytype.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [PropertyType](./repository.propertytype.md)

## PropertyType type

This module defines the key classes representing building blocks for Domain Driven Design. See https://en.wikipedia.org/wiki/Domain-driven\_design\#Building\_blocks

<b>Signature:</b>

```typescript
export declare type PropertyType = string | Function | object | Type<any> | TypeResolver<Model>;
```

