---
lang: en
title: 'API docs: typeorm.stringifiedtypeoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/typeorm
permalink: /doc/en/lb4/apidocs.typeorm.stringifiedtypeoptions.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/typeorm](./typeorm.md) &gt; [StringifiedTypeOptions](./typeorm.stringifiedtypeoptions.md)

## StringifiedTypeOptions type

<b>Signature:</b>

```typescript
export declare type StringifiedTypeOptions = {
    func: ColumnType;
    entity: string;
    property: string;
};
```

