@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 710 B
Markdown
lang: en
title: 'API docs: repository.propertytype'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.repository.propertytype.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [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>;
```